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-15T23:50:43.659Z||main|||||INFO|500||The following profiles are active: basic
2023-05-15T23:50:58.382Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-15T23:50:58.383Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-15T23:50:58.616Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-15T23:51:02.685Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-15T23:51:03.183Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-15T23:51:03.805Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-15T23:51:03.826Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-15T23:51:04.034Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-15T23:51:04.467Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-15T23:51:06.144Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-15T23:51:09.619Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-15T23:51:11.886Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-15T23:51:11.929Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-15T23:51:12.219Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-15T23:51:12.471Z||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-15T23:51:14.267Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-15T23:51:15.395Z||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-15T23:51:16.221Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-15T23:51:16.222Z||main|||||ERROR|500||(conn=1545) Table 'catalogdb.activity_spec' doesn't exist
2023-05-15T23:51:16.248Z||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-15T23:51:18.833Z||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-15T23:51:21.586Z||main|||||WARN|500||---
2023-05-15T23:51:21.587Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-15T23:51:21.587Z||main|||||WARN|500||---
2023-05-15T23:51:22.192Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-15T23:51:29.245Z||main|||||INFO|500||Started Application in 54.417 seconds (JVM running for 59.085)
2023-05-15T23:51:29.292Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-15T23:51:29.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-15T23:51:29.337Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-15T23:51:29.478Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 51280c0f-2f7a-4173-bf4e-406d586b30ed url= /sdc/v1/artifactTypes
2023-05-15T23:51:29.491Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-15T23:51:29.699Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-15T23:51:29.741Z||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-15T23:51:29.741Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-15T23:51:29.741Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b26cdfea-15f9-4957-b6fc-640b272b6bec url= /sdc/v1/distributionKafkaData
2023-05-15T23:51:29.741Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-15T23:51:29.780Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-15T23:51:29.790Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2f4ddca3
2023-05-15T23:51:29.869Z||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-e15835af-00b8-4f57-82a4-3bdad802f6d5
	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-15T23:51:29.926Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Instantiated an idempotent producer.
2023-05-15T23:51:29.989Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-15T23:51:30.051Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-15T23:51:30.051Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-15T23:51:30.051Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684194690048
2023-05-15T23:51:30.055Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-15T23:51:30.098Z||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-ae96f1e1-1d14-4019-912f-d71e46f60c1f
	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-15T23:51:30.216Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-15T23:51:30.216Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-15T23:51:30.217Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684194690216
2023-05-15T23:51:30.218Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:51:30.226Z||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-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe
	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-15T23:51:30.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:51:30.279Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-15T23:51:30.280Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-15T23:51:30.280Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1684194690279
2023-05-15T23:51:30.281Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:51:30.299Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:51:30.308Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-15T23:51:31.469Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 uLQ9B12tQ9W4VNTQKDaSZg
2023-05-15T23:51:31.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.480Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.481Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:31.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Cluster ID: F-uPfSK2Qdmbi_u85tsmuw
2023-05-15T23:51:31.482Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Cluster ID: F-uPfSK2Qdmbi_u85tsmuw
2023-05-15T23:51:31.486Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-15T23:51:31.493Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Cluster ID: F-uPfSK2Qdmbi_u85tsmuw
2023-05-15T23:51:31.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-15T23:51:31.494Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] ProducerId set to 2005 with epoch 0
2023-05-15T23:51:31.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] (Re-)joining group
2023-05-15T23:51:31.569Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] (Re-)joining group
2023-05-15T23:51:31.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f-4d18389f-ff32-4d6a-adda-85e1902248db
2023-05-15T23:51:31.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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-15T23:51:31.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] (Re-)joining group
2023-05-15T23:51:31.669Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe-49bfb6bb-b1e9-4a73-811d-2a4db5991c83
2023-05-15T23:51:31.670Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:31.670Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] (Re-)joining group
2023-05-15T23:51:37.673Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f-4d18389f-ff32-4d6a-adda-85e1902248db', protocol='range'}
2023-05-15T23:51:37.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe-49bfb6bb-b1e9-4a73-811d-2a4db5991c83', protocol='range'}
2023-05-15T23:51:37.818Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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 04aJqZYNTXOxUd9mjiuvng
2023-05-15T23:51:37.828Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe-49bfb6bb-b1e9-4a73-811d-2a4db5991c83=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-ae96f1e1-1d14-4019-912f-d71e46f60c1f-4d18389f-ff32-4d6a-adda-85e1902248db=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-15T23:51:37.880Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe-49bfb6bb-b1e9-4a73-811d-2a4db5991c83', protocol='range'}
2023-05-15T23:51:37.881Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:37.908Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f-4d18389f-ff32-4d6a-adda-85e1902248db', protocol='range'}
2023-05-15T23:51:37.909Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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-15T23:51:37.910Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:37.913Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, 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-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-15T23:51:37.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-15T23:51:37.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-15T23:51:37.958Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-15T23:51:37.959Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-15T23:51:37.960Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-15T23:51:37.960Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-15T23:51:37.960Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-15T23:51:37.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-15T23:51:38.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-15T23:51:38.075Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.075Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.082Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.091Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.092Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, 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-15T23:51:38.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-15T23:51:38.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-15T23:51:38.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-15T23:51:38.112Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-15T23:52:30.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:52:30.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:53:30.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:53:30.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:54:30.238Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:54:30.304Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:55:30.239Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:55:30.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:56:30.240Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:56:30.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:57:30.241Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:57:30.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:58:30.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:58:30.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-15T23:59:30.244Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-15T23:59:30.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:00:30.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:00:30.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:00:31.558Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-ae96f1e1-1d14-4019-912f-d71e46f60c1f, groupId=SO] Node -1 disconnected.
2023-05-16T00:00:31.619Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3fb54144-3050-4eac-8d20-1f0bb6c0e8fe, groupId=SO] Node -1 disconnected.
2023-05-16T00:00:31.809Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Node -1 disconnected.
2023-05-16T00:00:55.873Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-16T00:01:30.246Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:01:30.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:02:30.248Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:02:30.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:03:30.249Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:03:30.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:04:30.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:04:30.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:05:30.253Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:05:30.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:06:30.255Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:06:30.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:07:30.257Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:07:30.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:08:30.257Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:08:30.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:09:30.259Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:09:30.323Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:10:30.262Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:10:30.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:11:30.263Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:11:30.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:12:30.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:12:30.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:13:30.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:13:30.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:14:30.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:14:30.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:15:30.269Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:15:30.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:16:30.271Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:16:30.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:17:30.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:17:30.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:18:30.274Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:18:30.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:19:30.276Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:19:30.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:20:30.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:20:30.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:21:30.278Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:21:30.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:22:30.278Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:22:30.339Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:23:30.280Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:23:30.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:24:30.281Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:24:30.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:25:30.281Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:25:30.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:26:30.288Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:26:30.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:27:30.290Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:27:30.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:28:30.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:28:30.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:29:30.292Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:29:30.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:30:30.293Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:30:30.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:31:30.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:31:30.351Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:32:30.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:32:30.353Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:33:30.299Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:33:30.355Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:34:30.301Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:34:30.357Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:35:30.302Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:35:30.357Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:36:30.304Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:36:30.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:37:30.304Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:37:30.360Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:38:30.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:38:30.361Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:39:30.307Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:39:30.362Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:40:30.308Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:40:30.363Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:41:30.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:41:30.364Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:42:30.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:42:30.364Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:43:30.313Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:43:30.365Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:44:30.315Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:44:30.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:45:30.317Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:45:30.367Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:46:30.318Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:46:30.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:47:30.318Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:47:30.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:48:30.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:48:30.370Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:49:30.322Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:49:30.372Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:50:30.323Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:50:30.373Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:51:30.324Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:51:30.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:52:30.326Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:52:30.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:53:30.327Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:53:30.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:54:30.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:54:30.377Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:55:30.329Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:55:30.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:56:30.329Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:56:30.380Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:57:30.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:57:30.382Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:58:30.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:58:30.382Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T00:59:30.333Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T00:59:30.384Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:00:30.335Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:00:30.385Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:01:30.335Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:01:30.386Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:02:30.337Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:02:30.387Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:03:30.337Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:03:30.389Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:04:30.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:04:30.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:05:30.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:05:30.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:06:30.341Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:06:30.394Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:07:30.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:07:30.394Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:08:30.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:08:30.396Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:30.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:09:30.397Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:33.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-16T01:09:33.917Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7a97647a-5969-4dfb-a9df-16b65e3b38ed","serviceName":"basic_onboard_otvIZa","serviceVersion":"1.0","serviceUUID":"eab4b87f-b9a5-4d0f-86b2-94f6a756590f","serviceDescription":"service","serviceInvariantUUID":"07078a24-4be0-4d2c-acf7-77708ff8a880","resources":[{"resourceInstanceName":"basic_onboard_otvIZa 0","resourceName":"basic_onboard_otvIZa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"991a082f-cdbc-497a-9ce9-5e06730fa08e","resourceInvariantUUID":"86fec261-4799-4bda-aadc-b70275265b42","resourceCustomizationUUID":"e9b2a7b6-c628-4abb-bbde-ebae4f539957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml","artifactChecksum":"ODFiNjUwN2QxN2RlYzZmMjEzNjAyYzM1OGM0YzFkOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28ba5665-b216-4621-807e-1dcd6bbfd75e","artifactVersion":"1"},{"artifactName":"basic_onboard_otviza0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json","artifactChecksum":"NGZhOGJiODUyZjdiZGY2YTQyYWRlNDI1ZmJlOGQxZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a657b21-5ed9-4f91-b3dc-911082bd5e68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1696734-57c0-42c2-b5ee-ac4ce8e4f614","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d25b0265-35a0-4a24-b82e-7abbceafd19e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbce9288-31e2-4d3e-8e71-40bb420ef08e","artifactVersion":"2","generatedFromUUID":"c1696734-57c0-42c2-b5ee-ac4ce8e4f614"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOtviza-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml","artifactChecksum":"ZDA0MDkxZjFkZTg5MjkyZjgzMzc2NzRiOWQwY2IwZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ebac1a6-f68c-4fff-864f-972ee889a9bf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOtviza-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar","artifactChecksum":"NmM3ZTVhODA5OGFiZTc0N2U4NDFkNzg5ZGIzYzZjZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"410748a9-abdb-4c30-a29b-d2d240a65d16","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-16T01:09:33.941Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:33.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:33.956Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:33.957Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:33.969Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:33.970Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:33.970Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:33.970Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:33.970Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:33.970Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 04aJqZYNTXOxUd9mjiuvng
2023-05-16T01:09:34.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:09:34.035Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:09:34.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:09:35.014Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:35.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:35.015Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:35.015Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:36.017Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:36.018Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:36.018Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:36.019Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:37.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:37.021Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:37.021Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:37.021Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:38.023Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:38.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:38.024Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:38.024Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:39.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:39.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:39.026Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:39.026Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:40.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:09:40.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:40.029Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:40.029Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:41.032Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "serviceName": "basic_onboard_otvIZa",
  "serviceVersion": "1.0",
  "serviceUUID": "eab4b87f-b9a5-4d0f-86b2-94f6a756590f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07078a24-4be0-4d2c-acf7-77708ff8a880",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_otvIZa 0",
      "resourceCustomizationUUID": "e9b2a7b6-c628-4abb-bbde-ebae4f539957",
      "resourceName": "basic_onboard_otvIZa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "991a082f-cdbc-497a-9ce9-5e06730fa08e",
      "resourceInvariantUUID": "86fec261-4799-4bda-aadc-b70275265b42",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_otviza0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
          "artifactChecksum": "NGZhOGJiODUyZjdiZGY2YTQyYWRlNDI1ZmJlOGQxZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a657b21-5ed9-4f91-b3dc-911082bd5e68",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1696734-57c0-42c2-b5ee-ac4ce8e4f614",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fbce9288-31e2-4d3e-8e71-40bb420ef08e",
            "generatedFromUUID": "c1696734-57c0-42c2-b5ee-ac4ce8e4f614"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fbce9288-31e2-4d3e-8e71-40bb420ef08e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOtviza-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
      "artifactChecksum": "NmM3ZTVhODA5OGFiZTc0N2U4NDFkNzg5ZGIzYzZjZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "410748a9-abdb-4c30-a29b-d2d240a65d16"
    }
  ],
  "workloadContext": "Production"
}
2023-05-16T01:09:41.033Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-16T01:09:41.034Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eab4b87f-b9a5-4d0f-86b2-94f6a756590f ASDC
2023-05-16T01:09:41.261Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7a97647a-5969-4dfb-a9df-16b65e3b38ed
ServiceName:basic_onboard_otvIZa
ServiceVersion:1.0
ServiceUUID:eab4b87f-b9a5-4d0f-86b2-94f6a756590f
ServiceInvariantUUID:07078a24-4be0-4d2c-acf7-77708ff8a880
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOtviza-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar
ArtifactUUID:410748a9-abdb-4c30-a29b-d2d240a65d16
ArtifactChecksum:NmM3ZTVhODA5OGFiZTc0N2U4NDFkNzg5ZGIzYzZjZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_otvIZa 0
ResourceCustomizationUUID:e9b2a7b6-c628-4abb-bbde-ebae4f539957
ResourceInvariantUUID:86fec261-4799-4bda-aadc-b70275265b42
ResourceName:basic_onboard_otvIZa
ResourceType:VF
ResourceUUID:991a082f-cdbc-497a-9ce9-5e06730fa08e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_otviza0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json
ArtifactUUID:8a657b21-5ed9-4f91-b3dc-911082bd5e68
ArtifactChecksum:NGZhOGJiODUyZjdiZGY2YTQyYWRlNDI1ZmJlOGQxZTM=
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/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c1696734-57c0-42c2-b5ee-ac4ce8e4f614
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/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
ArtifactUUID:fbce9288-31e2-4d3e-8e71-40bb420ef08e
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/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
ArtifactUUID:fbce9288-31e2-4d3e-8e71-40bb420ef08e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-16T01:09:41.262Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eab4b87f-b9a5-4d0f-86b2-94f6a756590f 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-16T01:09:41.508Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:09:41.510Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-16T01:09:41.521Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-16T01:09:41.521Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 410748a9-abdb-4c30-a29b-d2d240a65d16 from URL: /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:41.522Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-16T01:09:41.522Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:41.681Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-16T01:09:41.723Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar 410748a9-abdb-4c30-a29b-d2d240a65d16 75641
2023-05-16T01:09:41.725Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar ASDC sendASDCNotification
2023-05-16T01:09:41.726Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:41.727Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:09:41.729Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:41.729Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:41.729Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199381724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:42.730Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:09:42.731Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-16T01:09:42.732Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 410748a9-abdb-4c30-a29b-d2d240a65d16, URL: /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar to file: /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:42.733Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:42.869Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:42.869Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:43.267Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17071517715474132963/Definitions/service-BasicOnboardOtviza-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-16T01:09:44.645Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-16T01:09:44.650Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-16T01:09:44.651Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_otvIZa 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-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.653Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.653Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:44.654Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-16T01:09:44.661Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.663Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.667Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:44.667Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-16T01:09:44.668Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:09:44.671Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.671Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.672Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:44.672Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-16T01:09:44.672Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:09:44.672Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.672Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.676Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.676Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is not matching search criteria
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-16T01:09:44.677Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.678Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:09:44.679Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.680Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:44.680Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:44.680Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.681Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:44.681Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:44.681Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.681Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:44.682Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:44.682Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.682Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is not matching search criteria
2023-05-16T01:09:44.682Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-16T01:09:44.682Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-16T01:09:44.683Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c0b20d9b-f0cc-4b24-a490-daa810edf409
2023-05-16T01:09:44.683Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.683Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.683Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.683Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.684Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.684Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.684Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:44.684Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:44.684Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_otvIZa
Description:service
Model UUID:eab4b87f-b9a5-4d0f-86b2-94f6a756590f
Model Version:NULL
Model InvariantUuid:07078a24-4be0-4d2c-acf7-77708ff8a880
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_otvIZa
Model UUID:2daa80ee-0868-44ea-a6a4-ea7af4553005
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:86fec261-4799-4bda-aadc-b70275265b42
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9b2a7b6-c628-4abb-bbde-ebae4f539957
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da228673-c941-4625-9a2c-8a1ede823c92
ModelName:BasicOnboardOtviza..base_ubuntu18..module-0
ModelUuid:04cc5a3e-3fe3-422e-91f5-2f88cd5340d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0b20d9b-f0cc-4b24-a490-daa810edf409
ModelInvariantUuid:38ce8087-c515-4dfa-b6a9-5f5d776cd8fd
ModelName:basic_onboard_otvIZa-nodes.ubuntu18Cvfc
ModelUuid:6e0bd3ae-669a-4144-9669-0b22a47affc3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c4e5bbc9-4f7f-4e73-9a67-af99fa0bd2ae
ModelInvariantUuid:4195aab6-14cf-4767-918c-4e07216765f2
ModelName:BasicOnboardOtviza.compute.nodes.heat.ubuntu18
ModelUuid:665811ac-7ab5-43e3-983c-48d5c4b56320
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-16T01:09:44.730Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 991a082f-cdbc-497a-9ce9-5e06730fa08e
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-16T01:09:44.865Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||basic_onboard_otvIZa 0
2023-05-16T01:09:44.877Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 991a082f-cdbc-497a-9ce9-5e06730fa08e
2023-05-16T01:09:44.877Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a657b21-5ed9-4f91-b3dc-911082bd5e68 from URL: /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json
2023-05-16T01:09:44.877Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-16T01:09:44.878Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json
2023-05-16T01:09:45.076Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-16T01:09:45.078Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json 8a657b21-5ed9-4f91-b3dc-911082bd5e68 798
2023-05-16T01:09:45.078Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json ASDC sendASDCNotification
2023-05-16T01:09:45.078Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json
2023-05-16T01:09:45.078Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:09:45.079Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:45.079Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:45.079Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199385078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:46.081Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOtviza..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da228673-c941-4625-9a2c-8a1ede823c92",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04cc5a3e-3fe3-422e-91f5-2f88cd5340d8",
    "vfModuleModelCustomizationUUID": "338813a6-796f-4cba-a450-8384de65a21c",
    "isBase": true,
    "artifacts": [
      "c1696734-57c0-42c2-b5ee-ac4ce8e4f614",
      "fbce9288-31e2-4d3e-8e71-40bb420ef08e"
    ],
    "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-16T01:09:46.110Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOtviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04cc5a3e-3fe3-422e-91f5-2f88cd5340d8
VfModuleModelInvariantUUID:da228673-c941-4625-9a2c-8a1ede823c92
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1696734-57c0-42c2-b5ee-ac4ce8e4f614
,
fbce9288-31e2-4d3e-8e71-40bb420ef08e

}
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-16T01:09:46.116Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOtviza..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da228673-c941-4625-9a2c-8a1ede823c92",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04cc5a3e-3fe3-422e-91f5-2f88cd5340d8",
    "vfModuleModelCustomizationUUID": "338813a6-796f-4cba-a450-8384de65a21c",
    "isBase": true,
    "artifacts": [
      "c1696734-57c0-42c2-b5ee-ac4ce8e4f614",
      "fbce9288-31e2-4d3e-8e71-40bb420ef08e"
    ],
    "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-16T01:09:46.116Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOtviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04cc5a3e-3fe3-422e-91f5-2f88cd5340d8
VfModuleModelInvariantUUID:da228673-c941-4625-9a2c-8a1ede823c92
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1696734-57c0-42c2-b5ee-ac4ce8e4f614
,
fbce9288-31e2-4d3e-8e71-40bb420ef08e

}
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-16T01:09:46.116Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c1696734-57c0-42c2-b5ee-ac4ce8e4f614 from URL: /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml
2023-05-16T01:09:46.117Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-16T01:09:46.117Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml
2023-05-16T01:09:46.294Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-16T01:09:46.295Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml c1696734-57c0-42c2-b5ee-ac4ce8e4f614 5033
2023-05-16T01:09:46.295Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-16T01:09:46.295Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml
2023-05-16T01:09:46.296Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:09:46.296Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:46.296Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:46.296Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199386295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:47.297Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fbce9288-31e2-4d3e-8e71-40bb420ef08e from URL: /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
2023-05-16T01:09:47.298Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-16T01:09:47.299Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
2023-05-16T01:09:47.471Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-16T01:09:47.472Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env fbce9288-31e2-4d3e-8e71-40bb420ef08e 909
2023-05-16T01:09:47.473Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-16T01:09:47.473Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
2023-05-16T01:09:47.473Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:09:47.474Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:47.474Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:47.474Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199387473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:48.475Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: eab4b87f-b9a5-4d0f-86b2-94f6a756590f
2023-05-16T01:09:48.476Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_otvIZa 0 991a082f-cdbc-497a-9ce9-5e06730fa08e 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-16T01:09:48.556Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d17d89b, org.onap.sdc.toscaparser.api.parameters.Input@1ec177a6, org.onap.sdc.toscaparser.api.parameters.Input@52774baf, org.onap.sdc.toscaparser.api.parameters.Input@1f126a72, org.onap.sdc.toscaparser.api.parameters.Input@1cc2ba0b]
2023-05-16T01:09:48.563Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.564Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.565Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-05-16T01:09:48.565Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e9b2a7b6-c628-4abb-bbde-ebae4f539957
2023-05-16T01:09:48.565Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9b2a7b6-c628-4abb-bbde-ebae4f539957 matches Tosca VF Customization UUID: e9b2a7b6-c628-4abb-bbde-ebae4f539957
2023-05-16T01:09:48.565Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e9b2a7b6-c628-4abb-bbde-ebae4f539957  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-16T01:09:48.579Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.580Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.582Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e9b2a7b6-c628-4abb-bbde-ebae4f539957: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-16T01:09:48.584Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@496866ad
2023-05-16T01:09:48.584Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.584Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:09:48.585Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 338813a6-796f-4cba-a450-8384de65a21c
2023-05-16T01:09:48.588Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 338813a6-796f-4cba-a450-8384de65a21c
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-16T01:09:48.604Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.605Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:48.605Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:48.607Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.608Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:48.608Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:48.609Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.609Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is not matching search criteria
2023-05-16T01:09:48.609Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-16T01:09:48.609Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-16T01:09:48.610Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c0b20d9b-f0cc-4b24-a490-daa810edf409
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-16T01:09:48.640Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.641Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:48.642Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:09:48.642Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.642Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_otvIZa 0 is matching search criteria
2023-05-16T01:09:48.643Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_otvIZa 0] matching following query criteria: sdcType=VF, customizationUUID=e9b2a7b6-c628-4abb-bbde-ebae4f539957
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-16T01:09:48.649Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.650Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.651Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid eab4b87f-b9a5-4d0f-86b2-94f6a756590f: basic_onboard_otvIZa
2023-05-16T01:09:48.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.652Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.653Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.653Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.653Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.654Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.654Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:09:48.654Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_otvIZa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:09:48.655Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_otvIZa 
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-16T01:09:49.153Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_otvIZa 991a082f-cdbc-497a-9ce9-5e06730fa08e 1 ASDC deployResourceStructure
2023-05-16T01:09:49.154Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json ASDC sendASDCNotification
2023-05-16T01:09:49.154Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json
2023-05-16T01:09:49.154Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:09:49.155Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:49.155Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:49.155Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199389154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:50.156Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-16T01:09:50.157Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml
2023-05-16T01:09:50.157Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:09:50.158Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:50.158Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:50.158Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199390156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:51.160Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-16T01:09:51.160Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env
2023-05-16T01:09:51.160Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:09:51.161Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:51.161Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:51.161Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199391159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:52.162Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar ASDC sendASDCNotification
2023-05-16T01:09:52.162Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar
2023-05-16T01:09:52.163Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:09:52.163Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:09:52.163Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:09:52.163Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199392162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:09:53.164Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:09:53.222Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
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-16T01:09:53.229Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:09:53.230Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:09:53.230Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:10:23.231Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:10:23.260Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
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-16T01:10:23.267Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:10:23.267Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:10:23.267Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:10:30.293Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:10:30.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:10:30.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:10:30.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:10:30.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:10:30.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:10:30.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:10:53.268Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:10:53.297Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
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-16T01:10:53.304Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:10:53.304Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:10:53.304Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:11:23.305Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:11:23.340Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
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-16T01:11:23.347Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:11:23.348Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:11:23.348Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:11:30.293Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:11:30.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.309Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.310Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.311Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199356827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199367308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199332805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.313Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199363714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199370344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199365701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.314Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199374959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199380996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199381221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199381975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199381724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199382435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199382243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-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-16T01:11:30.344Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a97647a-5969-4dfb-a9df-16b65e3b38ed
2023-05-16T01:11:30.344Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:11:30.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199383000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199382124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199382279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199384006,
  "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-16T01:11:30.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a97647a-5969-4dfb-a9df-16b65e3b38ed
2023-05-16T01:11:30.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:11:30.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199383248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.431Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199384407,
  "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-16T01:11:30.450Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a97647a-5969-4dfb-a9df-16b65e3b38ed
2023-05-16T01:11:30.450Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:11:30.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.477Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199385078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199385410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199386808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199386295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.481Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199387817,
  "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-16T01:11:30.496Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a97647a-5969-4dfb-a9df-16b65e3b38ed
2023-05-16T01:11:30.496Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:11:30.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199387473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:11:30.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199389154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/basic_onboard_otviza0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199390156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.522Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199391159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/resourceInstances/basic_onboard_otviza0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199392162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.523Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199394138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOtviza/1.0/artifacts/service-BasicOnboardOtviza-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:11:30.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:11:30.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:11:30.524Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199395141,
  "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-16T01:11:30.540Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a97647a-5969-4dfb-a9df-16b65e3b38ed
2023-05-16T01:11:30.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:11:53.348Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:11:53.385Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed
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-16T01:11:53.394Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:11:53.394Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:11:53.394Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-16T01:11:53.394Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-16T01:11:53.395Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:11:53.395Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:11:53.395Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:11:53.395Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:11:53.395Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:11:53.396Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-16T01:11:53.415Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-16T01:12:23.416Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed 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-16T01:12:23.438Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a97647a-5969-4dfb-a9df-16b65e3b38ed and serviceModelVersionId: eab4b87f-b9a5-4d0f-86b2-94f6a756590f
2023-05-16T01:12:23.438Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07078a24-4be0-4d2c-acf7-77708ff8a880
2023-05-16T01:12:30.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:12:39.301Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0
2023-05-16T01:12:39.424Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-16T01:12:39.883Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0|INFO|500||Invoke
2023-05-16T01:12:39.887Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a97647a-5969-4dfb-a9df-16b65e3b38ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4f07d43-251a-4ada-bc80-ad23c72e52a4], X-ECOMP-RequestID=[7a97647a-5969-4dfb-a9df-16b65e3b38ed], X-TransactionId=[], X-ONAP-RequestID=[7a97647a-5969-4dfb-a9df-16b65e3b38ed], Content-Type=[application/merge-patch+json]}
2023-05-16T01:12:39.910Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-16T01:12:40.322Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?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/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0 has http status code:200 and response headers:{date=[Tue, 16 May 2023 01:12:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[357], vertex-id=[155872], x-aai-txid=[1-aai-resources-230516-01:12:39:995-70344], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-16T01:12:40.325Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-16T01:12:40.326Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07078a24-4be0-4d2c-acf7-77708ff8a880/model-vers/model-ver/eab4b87f-b9a5-4d0f-86b2-94f6a756590f?depth=0|INFO|500||InvokeReturn
2023-05-16T01:12:40.337Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-16T01:12:40.337Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-16T01:12:40.358Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|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-16T01:12:40.361Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a97647a-5969-4dfb-a9df-16b65e3b38ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-16T01:12:40.368Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-16T01:12:40.369Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:12:40.369Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:12:40.369Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199560361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:12:40.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:12:40.393Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7a97647a-5969-4dfb-a9df-16b65e3b38ed",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199560361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-16T01:12:40.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-05-16T01:12:41.402Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:13:30.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:13:41.403Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:14:30.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:14:41.404Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:15:30.296Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:15:41.406Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:16:30.297Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:16:41.407Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:17:30.298Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:17:41.409Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:18:30.299Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:18:41.410Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:19:30.300Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:19:41.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-16T01:19:41.089Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"070bc507-acdc-4968-a465-bcfc5766e65d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"816ed3b0-8cd8-40a5-8cac-9ebb5179b640","serviceDescription":"service","serviceInvariantUUID":"e1212dae-2856-4168-9d2a-0d060a1f5468","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"031b3517-06f1-4a81-aea9-64f10b567ed4","resourceInvariantUUID":"969bdd92-b82d-46a8-befb-60239c7e8ce5","resourceCustomizationUUID":"17a7984b-ee7b-4ffc-90d0-108302c3216d","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":"MmQ1OWEzNzJlN2NmOTg5YjgyZjhjZTliODkzMTE2MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f135b54f-ca7f-4831-9d55-79f8fcbfb215","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTA5MTZiZDYxZThlZTMzOTNiNzcxN2IyMTNlYTdlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27f4ad8d-7185-476b-887d-6e03b1456f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-16T01:19:41.092Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:19:41.092Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:19:41.092Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:19:41.092Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199921410,
  "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-16T01:19:41.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:19:41.124Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199921410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:19:41.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:19:42.093Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:19:42.094Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:19:42.094Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:19:42.095Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199921410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:19:43.097Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "816ed3b0-8cd8-40a5-8cac-9ebb5179b640",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1212dae-2856-4168-9d2a-0d060a1f5468",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "17a7984b-ee7b-4ffc-90d0-108302c3216d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "031b3517-06f1-4a81-aea9-64f10b567ed4",
      "resourceInvariantUUID": "969bdd92-b82d-46a8-befb-60239c7e8ce5",
      "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": "MTA5MTZiZDYxZThlZTMzOTNiNzcxN2IyMTNlYTdlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27f4ad8d-7185-476b-887d-6e03b1456f9d"
    }
  ],
  "workloadContext": "Production"
}
2023-05-16T01:19:43.098Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-16T01:19:43.098Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 816ed3b0-8cd8-40a5-8cac-9ebb5179b640 ASDC
2023-05-16T01:19:43.098Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:070bc507-acdc-4968-a465-bcfc5766e65d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:816ed3b0-8cd8-40a5-8cac-9ebb5179b640
ServiceInvariantUUID:e1212dae-2856-4168-9d2a-0d060a1f5468
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:27f4ad8d-7185-476b-887d-6e03b1456f9d
ArtifactChecksum:MTA5MTZiZDYxZThlZTMzOTNiNzcxN2IyMTNlYTdlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:17a7984b-ee7b-4ffc-90d0-108302c3216d
ResourceInvariantUUID:969bdd92-b82d-46a8-befb-60239c7e8ce5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:031b3517-06f1-4a81-aea9-64f10b567ed4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-16T01:19:43.099Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 816ed3b0-8cd8-40a5-8cac-9ebb5179b640 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-16T01:19:43.163Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:19:43.164Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:19:43.165Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:19:43.165Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27f4ad8d-7185-476b-887d-6e03b1456f9d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-16T01:19:43.165Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-16T01:19:43.165Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-16T01:19:43.354Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-16T01:19:43.357Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27f4ad8d-7185-476b-887d-6e03b1456f9d 57780
2023-05-16T01:19:43.357Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:43.357Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:43.358Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:19:43.358Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:19:43.358Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:19:43.359Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199983357,
  "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-16T01:19:44.360Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:19:44.360Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:19:44.361Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 27f4ad8d-7185-476b-887d-6e03b1456f9d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-16T01:19:44.361Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-16T01:19:44.362Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-16T01:19:44.362Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-16T01:19:44.502Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9231307128382687413/Definitions/service-BasicNetwork-template.yml
2023-05-16T01:19:45.017Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.018Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-16T01:19:45.019Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.020Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.021Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.022Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:816ed3b0-8cd8-40a5-8cac-9ebb5179b640
Model Version:NULL
Model InvariantUuid:e1212dae-2856-4168-9d2a-0d060a1f5468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:969bdd92-b82d-46a8-befb-60239c7e8ce5
Model UUID:9a088feb-bc1e-4420-a781-8bf13fe21e87
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:17a7984b-ee7b-4ffc-90d0-108302c3216d
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-16T01:19:45.050Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 031b3517-06f1-4a81-aea9-64f10b567ed4
2023-05-16T01:19:45.051Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||No resources found for Service: 816ed3b0-8cd8-40a5-8cac-9ebb5179b640
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-16T01:19:45.059Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||
2023-05-16T01:19:45.059Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-16T01:19:45.060Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 816ed3b0-8cd8-40a5-8cac-9ebb5179b640
2023-05-16T01:19:45.060Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 816ed3b0-8cd8-40a5-8cac-9ebb5179b640
2023-05-16T01:19:45.060Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-16T01:19:45.060Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.073Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fd1cd0f, org.onap.sdc.toscaparser.api.parameters.Input@33ce87f2, org.onap.sdc.toscaparser.api.parameters.Input@549cca11, org.onap.sdc.toscaparser.api.parameters.Input@36fb45b6, org.onap.sdc.toscaparser.api.parameters.Input@7735fd3]
2023-05-16T01:19:45.079Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.080Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.080Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.080Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.081Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 816ed3b0-8cd8-40a5-8cac-9ebb5179b640: Generic NeutronNet
2023-05-16T01:19:45.081Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.081Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.081Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.081Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.154Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.154Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.155Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.155Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.155Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:19:45.155Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:19:45.155Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.327Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-16T01:19:45.328Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.328Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||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-16T01:19:45.328Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:19:45.329Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:19:45.329Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:19:45.329Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199985328,
  "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-16T01:19:46.330Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:19:46.364Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
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-16T01:19:46.371Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:19:46.371Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:19:46.371Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:20:16.371Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:20:16.405Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
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-16T01:20:16.411Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:20:16.412Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:20:16.412Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:20:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:20:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:20:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199923260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:20:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:20:46.412Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:20:46.444Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
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-16T01:20:46.450Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:20:46.451Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:20:46.451Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:21:16.451Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:21:16.480Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
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-16T01:21:16.487Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:21:16.488Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:21:16.488Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:21:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:21:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199963412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199974959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199955027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199956439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199921410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199923260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199974959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684199963412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684199956439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199955027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199983275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199983357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199984023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199983195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684199984281,
  "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-16T01:21:30.321Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 070bc507-acdc-4968-a465-bcfc5766e65d
2023-05-16T01:21:30.321Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070bc507-acdc-4968-a465-bcfc5766e65d 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-16T01:21:30.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.348Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199985027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:21:30.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.348Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684199985328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:21:30.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.349Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684199986028,
  "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-16T01:21:30.367Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 070bc507-acdc-4968-a465-bcfc5766e65d
2023-05-16T01:21:30.368Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070bc507-acdc-4968-a465-bcfc5766e65d 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-16T01:21:30.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.394Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199986803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:21:30.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.395Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "aai-model-loader",
  "timestamp": 1684199987806,
  "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-16T01:21:30.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 070bc507-acdc-4968-a465-bcfc5766e65d
2023-05-16T01:21:30.412Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070bc507-acdc-4968-a465-bcfc5766e65d 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-16T01:21:30.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199995700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:21:30.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.441Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199995700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:21:30.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684199998503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:21:30.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.442Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200000198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:21:30.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:21:30.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:21:30.443Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200001203,
  "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-16T01:21:30.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 070bc507-acdc-4968-a465-bcfc5766e65d
2023-05-16T01:21:30.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 070bc507-acdc-4968-a465-bcfc5766e65d 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-16T01:21:46.488Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:21:46.515Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d
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-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:21:46.522Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:21:46.523Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:21:46.523Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-16T01:21:46.537Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-16T01:22:16.538Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 070bc507-acdc-4968-a465-bcfc5766e65d 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-16T01:22:16.551Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 070bc507-acdc-4968-a465-bcfc5766e65d and serviceModelVersionId: 816ed3b0-8cd8-40a5-8cac-9ebb5179b640
2023-05-16T01:22:16.551Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1212dae-2856-4168-9d2a-0d060a1f5468
2023-05-16T01:22:16.553Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0
2023-05-16T01:22:16.562Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-05-16T01:22:16.614Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0|INFO|500||Invoke
2023-05-16T01:22:16.615Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[070bc507-acdc-4968-a465-bcfc5766e65d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[643bdbdf-bfe6-4063-ab7c-124985afdd7f], X-ECOMP-RequestID=[070bc507-acdc-4968-a465-bcfc5766e65d], X-TransactionId=[], X-ONAP-RequestID=[070bc507-acdc-4968-a465-bcfc5766e65d], Content-Type=[application/merge-patch+json]}
2023-05-16T01:22:16.618Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-16T01:22:16.818Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?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/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0 has http status code:200 and response headers:{date=[Tue, 16 May 2023 01:22:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[197], vertex-id=[250104], x-aai-txid=[2-aai-resources-230516-01:22:16:707-12755], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-16T01:22:16.818Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-16T01:22:16.819Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1212dae-2856-4168-9d2a-0d060a1f5468/model-vers/model-ver/816ed3b0-8cd8-40a5-8cac-9ebb5179b640?depth=0|INFO|500||InvokeReturn
2023-05-16T01:22:16.819Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-16T01:22:16.820Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-16T01:22:16.829Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-16T01:22:16.830Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 070bc507-acdc-4968-a465-bcfc5766e65d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-16T01:22:16.830Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-16T01:22:16.830Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:16.830Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:16.830Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200136830,
  "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-16T01:22:17.865Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:22:17.875Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-16T01:22:17.876Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ea4fc283-2930-4d57-b9c9-c4ad9fc303bc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"86531768-0511-4843-9f31-f350563f0bef","serviceDescription":"service","serviceInvariantUUID":"872fa06c-2861-4012-8799-a939eca24719","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"519a033c-4eb8-4809-b736-3ab4fe4c3925","resourceInvariantUUID":"161ad097-2540-4d81-b911-ab5a4fc2147e","resourceCustomizationUUID":"9c2d08c2-01be-4c46-b64e-0d78fd4eb492","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":"NjliMDU1Y2JhMGZiNThhOTllODRiOWVlOTQ0NjM1MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c6cd046-74fe-4d7e-8b20-2c18434ec250","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":"MDU4ODFmODZiN2I3MjBiYjRkODljYzdlZmFiNDQzOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9150526a-c0f8-4469-b9d0-2135a226bbce","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":"a77522b5-c262-4d11-892c-68b886d5e5b3","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":"22ee31b7-c955-40b3-9e99-e354f990a051","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":"6b947db6-9c11-4b06-bc1f-8a65a93a5926","artifactVersion":"2","generatedFromUUID":"a77522b5-c262-4d11-892c-68b886d5e5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDFmM2Q2Njg5ZThhNTVjZTM5NWMzYjg0MTY5YjgyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9efad0d-05b5-41cf-91c2-5cf37f515c15","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWUzMDE3ZDRlYTEyZmIzY2VmYmYyYzA0MDViMTNhODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29f7a576-69bf-4d16-915e-b872c07743a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-16T01:22:17.877Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:17.878Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:17.878Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:17.878Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:18.879Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:18.879Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:18.879Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:18.879Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:19.881Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:19.882Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:19.882Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:19.882Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:20.884Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:20.884Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:20.884Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:20.884Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:21.885Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:21.886Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:21.886Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:21.886Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:22.888Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:22.888Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:22.889Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:22.889Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "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-16T01:22:23.891Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:22:23.891Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:23.892Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:23.892Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:22:24.894Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "86531768-0511-4843-9f31-f350563f0bef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "872fa06c-2861-4012-8799-a939eca24719",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9c2d08c2-01be-4c46-b64e-0d78fd4eb492",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "519a033c-4eb8-4809-b736-3ab4fe4c3925",
      "resourceInvariantUUID": "161ad097-2540-4d81-b911-ab5a4fc2147e",
      "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": "MDU4ODFmODZiN2I3MjBiYjRkODljYzdlZmFiNDQzOWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9150526a-c0f8-4469-b9d0-2135a226bbce",
          "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": "a77522b5-c262-4d11-892c-68b886d5e5b3",
          "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": "6b947db6-9c11-4b06-bc1f-8a65a93a5926",
            "generatedFromUUID": "a77522b5-c262-4d11-892c-68b886d5e5b3"
          },
          "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": "6b947db6-9c11-4b06-bc1f-8a65a93a5926",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWUzMDE3ZDRlYTEyZmIzY2VmYmYyYzA0MDViMTNhODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29f7a576-69bf-4d16-915e-b872c07743a8"
    }
  ],
  "workloadContext": "Production"
}
2023-05-16T01:22:24.895Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-16T01:22:24.895Z|070bc507-acdc-4968-a465-bcfc5766e65d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86531768-0511-4843-9f31-f350563f0bef ASDC
2023-05-16T01:22:24.895Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:86531768-0511-4843-9f31-f350563f0bef
ServiceInvariantUUID:872fa06c-2861-4012-8799-a939eca24719
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:29f7a576-69bf-4d16-915e-b872c07743a8
ArtifactChecksum:MWUzMDE3ZDRlYTEyZmIzY2VmYmYyYzA0MDViMTNhODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9c2d08c2-01be-4c46-b64e-0d78fd4eb492
ResourceInvariantUUID:161ad097-2540-4d81-b911-ab5a4fc2147e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:519a033c-4eb8-4809-b736-3ab4fe4c3925
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:9150526a-c0f8-4469-b9d0-2135a226bbce
ArtifactChecksum:MDU4ODFmODZiN2I3MjBiYjRkODljYzdlZmFiNDQzOWU=
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:a77522b5-c262-4d11-892c-68b886d5e5b3
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:6b947db6-9c11-4b06-bc1f-8a65a93a5926
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:6b947db6-9c11-4b06-bc1f-8a65a93a5926
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-16T01:22:24.895Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86531768-0511-4843-9f31-f350563f0bef 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-16T01:22:24.977Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:22:24.977Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:22:24.978Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:22:24.978Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 29f7a576-69bf-4d16-915e-b872c07743a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-16T01:22:24.978Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-16T01:22:24.978Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-16T01:22:25.102Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-16T01:22:25.105Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 29f7a576-69bf-4d16-915e-b872c07743a8 75157
2023-05-16T01:22:25.105Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:25.105Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:25.105Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:22:25.106Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:25.106Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:25.106Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200145105,
  "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-16T01:22:26.110Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:22:26.110Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-05-16T01:22:26.111Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 29f7a576-69bf-4d16-915e-b872c07743a8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:26.112Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-16T01:22:26.113Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:26.113Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:26.297Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9163259880080688061/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-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:27.574Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:27.575Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:22:27.576Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:27.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ade56b0b-8b93-450c-9fee-5b0cb91ed2ae
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:27.578Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:86531768-0511-4843-9f31-f350563f0bef
Model Version:NULL
Model InvariantUuid:872fa06c-2861-4012-8799-a939eca24719
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:93739586-45ba-4bfc-9af0-2d2a1d00e67a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:161ad097-2540-4d81-b911-ab5a4fc2147e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c2d08c2-01be-4c46-b64e-0d78fd4eb492
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d27f4aae-11c6-479f-a256-d4759aa8991d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:22cd0a81-8694-483b-bca6-4156bad2abb1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ade56b0b-8b93-450c-9fee-5b0cb91ed2ae
ModelInvariantUuid:73765b27-d208-4333-aa90-97fa20775a2b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b332b3dc-54b7-4d04-8dce-6e8f2cfa1e95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8b2da3b4-ebc0-4424-9403-c0652e7aeed7
ModelInvariantUuid:8aba3d6b-d105-4fd8-8c66-2418312c9772
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5c68863b-cb38-4637-b27b-97dead1727d2
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-16T01:22:27.611Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 519a033c-4eb8-4809-b736-3ab4fe4c3925
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-16T01:22:27.619Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||basic_vm 0
2023-05-16T01:22:27.620Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 519a033c-4eb8-4809-b736-3ab4fe4c3925
2023-05-16T01:22:27.620Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9150526a-c0f8-4469-b9d0-2135a226bbce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-16T01:22:27.620Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-16T01:22:27.620Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.817Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-16T01:22:27.818Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9150526a-c0f8-4469-b9d0-2135a226bbce 787
2023-05-16T01:22:27.818Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.818Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:27.818Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:22:27.819Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:27.819Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:27.819Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200147818,
  "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-16T01:22:28.821Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d27f4aae-11c6-479f-a256-d4759aa8991d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22cd0a81-8694-483b-bca6-4156bad2abb1",
    "vfModuleModelCustomizationUUID": "878f0f78-d5ab-480d-b51f-c3661ac3feea",
    "isBase": true,
    "artifacts": [
      "a77522b5-c262-4d11-892c-68b886d5e5b3",
      "6b947db6-9c11-4b06-bc1f-8a65a93a5926"
    ],
    "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-16T01:22:28.830Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22cd0a81-8694-483b-bca6-4156bad2abb1
VfModuleModelInvariantUUID:d27f4aae-11c6-479f-a256-d4759aa8991d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77522b5-c262-4d11-892c-68b886d5e5b3
,
6b947db6-9c11-4b06-bc1f-8a65a93a5926

}
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-16T01:22:28.835Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d27f4aae-11c6-479f-a256-d4759aa8991d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22cd0a81-8694-483b-bca6-4156bad2abb1",
    "vfModuleModelCustomizationUUID": "878f0f78-d5ab-480d-b51f-c3661ac3feea",
    "isBase": true,
    "artifacts": [
      "a77522b5-c262-4d11-892c-68b886d5e5b3",
      "6b947db6-9c11-4b06-bc1f-8a65a93a5926"
    ],
    "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-16T01:22:28.836Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22cd0a81-8694-483b-bca6-4156bad2abb1
VfModuleModelInvariantUUID:d27f4aae-11c6-479f-a256-d4759aa8991d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77522b5-c262-4d11-892c-68b886d5e5b3
,
6b947db6-9c11-4b06-bc1f-8a65a93a5926

}
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-16T01:22:28.836Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a77522b5-c262-4d11-892c-68b886d5e5b3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-16T01:22:28.836Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-16T01:22:28.836Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:29.061Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-16T01:22:29.062Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a77522b5-c262-4d11-892c-68b886d5e5b3 5033
2023-05-16T01:22:29.062Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:29.062Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:29.062Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:22:29.063Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:29.063Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:29.063Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200149062,
  "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-16T01:22:30.064Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b947db6-9c11-4b06-bc1f-8a65a93a5926 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-16T01:22:30.065Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-05-16T01:22:30.066Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:30.199Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-05-16T01:22:30.200Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6b947db6-9c11-4b06-bc1f-8a65a93a5926 903
2023-05-16T01:22:30.200Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:30.200Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:30.200Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:22:30.201Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:30.201Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:30.201Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200150200,
  "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-16T01:22:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:22:30.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200047033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200063389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200064960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200045283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200042824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:22:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200073692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200074644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200073905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200073819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200075647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200074912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-16T01:22:30.318Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
2023-05-16T01:22:30.318Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:22:30.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.353Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200074811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.354Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200076649,
  "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-16T01:22:30.369Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
2023-05-16T01:22:30.369Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:22:30.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.391Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200075922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:22:30.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200076982,
  "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-16T01:22:30.408Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
2023-05-16T01:22:30.409Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:22:30.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200077985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:22:30.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200079973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:22:30.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200080977,
  "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-16T01:22:30.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
2023-05-16T01:22:30.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.466Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:22:30.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:22:31.202Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 86531768-0511-4843-9f31-f350563f0bef
2023-05-16T01:22:31.202Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 519a033c-4eb8-4809-b736-3ab4fe4c3925 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-16T01:22:31.236Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63621ff3, org.onap.sdc.toscaparser.api.parameters.Input@2477ee19, org.onap.sdc.toscaparser.api.parameters.Input@5f5f78c0, org.onap.sdc.toscaparser.api.parameters.Input@29c22441, org.onap.sdc.toscaparser.api.parameters.Input@5a2c2b0d]
2023-05-16T01:22:31.238Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.239Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.239Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-05-16T01:22:31.239Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9c2d08c2-01be-4c46-b64e-0d78fd4eb492
2023-05-16T01:22:31.240Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c2d08c2-01be-4c46-b64e-0d78fd4eb492 matches Tosca VF Customization UUID: 9c2d08c2-01be-4c46-b64e-0d78fd4eb492
2023-05-16T01:22:31.240Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9c2d08c2-01be-4c46-b64e-0d78fd4eb492  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-16T01:22:31.245Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.246Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.247Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9c2d08c2-01be-4c46-b64e-0d78fd4eb492: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-16T01:22:31.247Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d552825
2023-05-16T01:22:31.247Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.247Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:22:31.248Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 878f0f78-d5ab-480d-b51f-c3661ac3feea
2023-05-16T01:22:31.248Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 878f0f78-d5ab-480d-b51f-c3661ac3feea
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-16T01:22:31.257Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.258Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:31.258Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:31.259Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.259Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:31.259Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:31.260Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.260Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-16T01:22:31.260Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-16T01:22:31.261Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:22:31.261Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ade56b0b-8b93-450c-9fee-5b0cb91ed2ae
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-16T01:22:31.266Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.267Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:31.267Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:22:31.268Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.268Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-16T01:22:31.268Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c2d08c2-01be-4c46-b64e-0d78fd4eb492
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-16T01:22:31.273Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.274Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.274Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 86531768-0511-4843-9f31-f350563f0bef: basic_vm
2023-05-16T01:22:31.274Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.275Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.275Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.275Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.275Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.276Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.276Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.276Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.276Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:22:31.277Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:22:31.277Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:31.505Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 519a033c-4eb8-4809-b736-3ab4fe4c3925 1 ASDC deployResourceStructure
2023-05-16T01:22:31.505Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:31.506Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:31.506Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:22:31.506Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:31.506Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:31.506Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200151505,
  "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-16T01:22:32.507Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:32.507Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:32.507Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:22:32.507Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:32.508Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:32.508Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200152507,
  "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-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:33.509Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200153509,
  "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-16T01:22:34.510Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:34.511Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||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-16T01:22:34.511Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:22:34.511Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:22:34.512Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:22:34.512Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200154510,
  "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-16T01:22:35.513Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:22:35.540Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
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-16T01:22:35.548Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:22:35.549Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:22:35.549Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:22:35.549Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:23:05.549Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:23:05.577Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
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-16T01:23:05.584Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:23:05.585Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:23:05.585Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:23:05.585Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:23:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:23:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:23:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200085701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:23:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200093529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200096028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200097036,
  "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-16T01:23:30.316Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
2023-05-16T01:23:30.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:23:30.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.352Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "070bc507-acdc-4968-a465-bcfc5766e65d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200136830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:23:30.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200137865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200145105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.355Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200147818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200149062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200150200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:23:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:23:35.585Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:23:35.631Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc
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-16T01:23:35.647Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:23:35.647Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:23:35.647Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-16T01:23:35.647Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:23:35.648Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-16T01:23:35.666Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-16T01:24:05.666Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc 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-16T01:24:05.682Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea4fc283-2930-4d57-b9c9-c4ad9fc303bc and serviceModelVersionId: 86531768-0511-4843-9f31-f350563f0bef
2023-05-16T01:24:05.682Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 872fa06c-2861-4012-8799-a939eca24719
2023-05-16T01:24:05.683Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0
2023-05-16T01:24:05.691Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-05-16T01:24:05.761Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0|INFO|500||Invoke
2023-05-16T01:24:05.762Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea4fc283-2930-4d57-b9c9-c4ad9fc303bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[435fcbec-1e77-4084-a57d-d657ca2dc1f1], X-ECOMP-RequestID=[ea4fc283-2930-4d57-b9c9-c4ad9fc303bc], X-TransactionId=[], X-ONAP-RequestID=[ea4fc283-2930-4d57-b9c9-c4ad9fc303bc], Content-Type=[application/merge-patch+json]}
2023-05-16T01:24:05.772Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-16T01:24:06.044Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?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/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0 has http status code:200 and response headers:{date=[Tue, 16 May 2023 01:24:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[229], vertex-id=[205000], x-aai-txid=[1-aai-resources-230516-01:24:05:867-3780], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-16T01:24:06.045Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-16T01:24:06.046Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/872fa06c-2861-4012-8799-a939eca24719/model-vers/model-ver/86531768-0511-4843-9f31-f350563f0bef?depth=0|INFO|500||InvokeReturn
2023-05-16T01:24:06.046Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-16T01:24:06.046Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-16T01:24:06.056Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-16T01:24:06.056Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea4fc283-2930-4d57-b9c9-c4ad9fc303bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-16T01:24:06.056Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-16T01:24:06.057Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:24:06.057Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:24:06.057Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200246056,
  "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-16T01:24:07.090Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:24:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:24:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:24:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200151505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:24:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:24:30.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:24:30.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200152507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-16T01:24:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200153509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200154510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:24:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:24:37.089Z||kafka-producer-network-thread | SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e15835af-00b8-4f57-82a4-3bdad802f6d5] Node 2 disconnected.
2023-05-16T01:25:07.091Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:25:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:25:30.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:25:30.294Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ea4fc283-2930-4d57-b9c9-c4ad9fc303bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200246056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-16T01:25:30.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:26:07.092Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:26:30.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:27:07.098Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:27:30.294Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:28:07.099Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:28:30.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:29:07.100Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:29:30.296Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:30:07.102Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:30:30.296Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:31:07.103Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:31:30.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:32:07.104Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:32:30.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:33:07.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:33:30.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:34:07.125Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:34:22.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-16T01:34:22.240Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"92d69e49-d5cf-467b-9165-9a7eb4cc7530","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f16b47cd-f50a-4f80-b13f-a99c2db4ba94","serviceDescription":"service","serviceInvariantUUID":"649356bc-a5f3-46ea-9b72-0241d8bf3f6c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a51c3e38-c300-4582-94ef-6264c6f4b7ff","resourceInvariantUUID":"9f35f91c-5239-4e32-b38f-6abdc9efeb72","resourceCustomizationUUID":"97894d34-293e-44dd-ae52-a19d03ce89c3","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":"ZDk3MThkYTc0ZjIyODQxZTk0N2Q1MzQ4YjVhNDc1ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c37434a-6b35-4f7f-b0c3-9b7f57d2b632","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":"NzVkMzc1MjM2Yzc5ZDFmZmQzNzg4ZDJhNzU2N2RjM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"477520a3-09fc-4e52-8e13-2180a8085ab1","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":"33e9079a-3803-42d6-95dc-0945331b165c","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":"77493752-0527-4840-bb95-d47ee57cc4ed","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":"93170d91-83a0-4b3b-91d1-19f41843294d","artifactVersion":"2","generatedFromUUID":"df4aa356-72e2-4d40-a24e-7e205d4eb280"},{"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":"6749e86d-4a6c-4331-891e-af1d273c45d3","artifactVersion":"2","generatedFromUUID":"33e9079a-3803-42d6-95dc-0945331b165c"},{"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":"df4aa356-72e2-4d40-a24e-7e205d4eb280","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":"093bc9be-d7fe-4555-92d9-ecbf94450784","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":"NjhjNmYxZGI4NzJlMjJmNWY5ZjJhNWNiN2FlZGU4OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25393ee5-0421-4ffd-873c-f1ce2870e7a8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Njk0MjBiYzFiMDIwM2ZjYWUxMzNmMTFhZmI1YzI0NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6bf4353-cb13-4dc7-99c3-b6906f146a31","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-16T01:34:22.245Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:22.246Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:22.246Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:22.246Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:22.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-16T01:34:22.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:34:22.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:34:22.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-05-16T01:34:22.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:34:22.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:34:23.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:23.254Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:23.255Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:23.255Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:24.256Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:24.257Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:24.257Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:24.258Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:25.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:25.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:25.260Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:25.260Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:26.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:26.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:26.262Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:26.262Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:27.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:27.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:27.264Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:27.264Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:28.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:28.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:28.266Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:28.266Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:29.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:29.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:29.268Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:29.268Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:30.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:30.270Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:30.270Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:30.270Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "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-16T01:34:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:34:30.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:34:30.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:34:30.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:34:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:34:30.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:34:30.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:34:31.271Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:34:31.272Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:31.273Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:31.273Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:34:32.274Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f16b47cd-f50a-4f80-b13f-a99c2db4ba94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "649356bc-a5f3-46ea-9b72-0241d8bf3f6c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "97894d34-293e-44dd-ae52-a19d03ce89c3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a51c3e38-c300-4582-94ef-6264c6f4b7ff",
      "resourceInvariantUUID": "9f35f91c-5239-4e32-b38f-6abdc9efeb72",
      "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": "NzVkMzc1MjM2Yzc5ZDFmZmQzNzg4ZDJhNzU2N2RjM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "477520a3-09fc-4e52-8e13-2180a8085ab1",
          "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": "33e9079a-3803-42d6-95dc-0945331b165c",
          "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": "6749e86d-4a6c-4331-891e-af1d273c45d3",
            "generatedFromUUID": "33e9079a-3803-42d6-95dc-0945331b165c"
          },
          "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": "93170d91-83a0-4b3b-91d1-19f41843294d",
          "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": "6749e86d-4a6c-4331-891e-af1d273c45d3",
          "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": "df4aa356-72e2-4d40-a24e-7e205d4eb280",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Njk0MjBiYzFiMDIwM2ZjYWUxMzNmMTFhZmI1YzI0NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6bf4353-cb13-4dc7-99c3-b6906f146a31"
    }
  ],
  "workloadContext": "Production"
}
2023-05-16T01:34:32.275Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-16T01:34:32.276Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f16b47cd-f50a-4f80-b13f-a99c2db4ba94 ASDC
2023-05-16T01:34:32.276Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:92d69e49-d5cf-467b-9165-9a7eb4cc7530
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f16b47cd-f50a-4f80-b13f-a99c2db4ba94
ServiceInvariantUUID:649356bc-a5f3-46ea-9b72-0241d8bf3f6c
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:a6bf4353-cb13-4dc7-99c3-b6906f146a31
ArtifactChecksum:Njk0MjBiYzFiMDIwM2ZjYWUxMzNmMTFhZmI1YzI0NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:97894d34-293e-44dd-ae52-a19d03ce89c3
ResourceInvariantUUID:9f35f91c-5239-4e32-b38f-6abdc9efeb72
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a51c3e38-c300-4582-94ef-6264c6f4b7ff
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:477520a3-09fc-4e52-8e13-2180a8085ab1
ArtifactChecksum:NzVkMzc1MjM2Yzc5ZDFmZmQzNzg4ZDJhNzU2N2RjM2U=
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:33e9079a-3803-42d6-95dc-0945331b165c
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:6749e86d-4a6c-4331-891e-af1d273c45d3
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:93170d91-83a0-4b3b-91d1-19f41843294d
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:6749e86d-4a6c-4331-891e-af1d273c45d3
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:df4aa356-72e2-4d40-a24e-7e205d4eb280
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-16T01:34:32.277Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f16b47cd-f50a-4f80-b13f-a99c2db4ba94 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-16T01:34:32.372Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:34:32.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:34:32.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:34:32.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6bf4353-cb13-4dc7-99c3-b6906f146a31 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:32.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:32.374Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:32.561Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:32.568Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a6bf4353-cb13-4dc7-99c3-b6906f146a31 163258
2023-05-16T01:34:32.569Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:32.569Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:32.569Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:32.569Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:32.570Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:32.570Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200872569,
  "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-16T01:34:33.570Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:34:33.571Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:34:33.571Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6bf4353-cb13-4dc7-99c3-b6906f146a31, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:33.572Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-16T01:34:33.572Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:33.572Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:33.694Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10374748707738546037/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-16T01:34:34.631Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-16T01:34:34.631Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-16T01:34:34.631Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:34.631Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-16T01:34:34.631Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.632Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.633Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cfc90eb9-5ed9-44a7-8a03-1be91002cd44
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:34.634Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f16b47cd-f50a-4f80-b13f-a99c2db4ba94
Model Version:NULL
Model InvariantUuid:649356bc-a5f3-46ea-9b72-0241d8bf3f6c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:72695c48-7c71-4e1c-9e6b-c352118ae009
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f35f91c-5239-4e32-b38f-6abdc9efeb72
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97894d34-293e-44dd-ae52-a19d03ce89c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d88c4578-121b-4aa8-abf2-5df765b13a4a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c78444ca-7485-4a29-9beb-f79cad7f0160
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ed900c99-9cff-45ff-8306-7671dd2994ad
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c658ca00-cbdb-4842-9740-8ff14c391a54
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfc90eb9-5ed9-44a7-8a03-1be91002cd44
ModelInvariantUuid:d91bd8d1-eba9-40de-ae5e-f106c7b39f05
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:18352393-5a27-46b0-aee7-60a227cfeaad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ec9f1d64-3f75-4ba1-960e-7b422684ed78
ModelInvariantUuid:a4b7b4da-f190-434f-9649-99e177796aca
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a2682490-4019-447e-a49a-164547496852
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-16T01:34:34.652Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a51c3e38-c300-4582-94ef-6264c6f4b7ff
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-16T01:34:34.658Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2023-05-16T01:34:34.658Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a51c3e38-c300-4582-94ef-6264c6f4b7ff
2023-05-16T01:34:34.658Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 477520a3-09fc-4e52-8e13-2180a8085ab1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-16T01:34:34.658Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:34.659Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.784Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:34.784Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 477520a3-09fc-4e52-8e13-2180a8085ab1 1565
2023-05-16T01:34:34.785Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.785Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:34.785Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:34.785Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:34.786Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:34.786Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200874785,
  "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-16T01:34:35.787Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ed900c99-9cff-45ff-8306-7671dd2994ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c658ca00-cbdb-4842-9740-8ff14c391a54",
    "vfModuleModelCustomizationUUID": "35cbad8d-5b22-4ded-878d-2f940e2abe48",
    "isBase": true,
    "artifacts": [
      "33e9079a-3803-42d6-95dc-0945331b165c",
      "6749e86d-4a6c-4331-891e-af1d273c45d3"
    ],
    "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": "d88c4578-121b-4aa8-abf2-5df765b13a4a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78444ca-7485-4a29-9beb-f79cad7f0160",
    "vfModuleModelCustomizationUUID": "81eebfd0-a9b5-4b47-b9cb-ab0313ddb781",
    "isBase": false,
    "artifacts": [
      "df4aa356-72e2-4d40-a24e-7e205d4eb280"
    ],
    "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-16T01:34:35.794Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c658ca00-cbdb-4842-9740-8ff14c391a54
VfModuleModelInvariantUUID:ed900c99-9cff-45ff-8306-7671dd2994ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
33e9079a-3803-42d6-95dc-0945331b165c
,
6749e86d-4a6c-4331-891e-af1d273c45d3

}
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:c78444ca-7485-4a29-9beb-f79cad7f0160
VfModuleModelInvariantUUID:d88c4578-121b-4aa8-abf2-5df765b13a4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
df4aa356-72e2-4d40-a24e-7e205d4eb280

}
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-16T01:34:35.799Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ed900c99-9cff-45ff-8306-7671dd2994ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c658ca00-cbdb-4842-9740-8ff14c391a54",
    "vfModuleModelCustomizationUUID": "35cbad8d-5b22-4ded-878d-2f940e2abe48",
    "isBase": true,
    "artifacts": [
      "33e9079a-3803-42d6-95dc-0945331b165c",
      "6749e86d-4a6c-4331-891e-af1d273c45d3"
    ],
    "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": "d88c4578-121b-4aa8-abf2-5df765b13a4a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c78444ca-7485-4a29-9beb-f79cad7f0160",
    "vfModuleModelCustomizationUUID": "81eebfd0-a9b5-4b47-b9cb-ab0313ddb781",
    "isBase": false,
    "artifacts": [
      "df4aa356-72e2-4d40-a24e-7e205d4eb280"
    ],
    "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-16T01:34:35.799Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c658ca00-cbdb-4842-9740-8ff14c391a54
VfModuleModelInvariantUUID:ed900c99-9cff-45ff-8306-7671dd2994ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
33e9079a-3803-42d6-95dc-0945331b165c
,
6749e86d-4a6c-4331-891e-af1d273c45d3

}
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:c78444ca-7485-4a29-9beb-f79cad7f0160
VfModuleModelInvariantUUID:d88c4578-121b-4aa8-abf2-5df765b13a4a
VfModuleModelDescription:NULL
Artifacts UUID List:{
df4aa356-72e2-4d40-a24e-7e205d4eb280

}
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-16T01:34:35.800Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 33e9079a-3803-42d6-95dc-0945331b165c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-16T01:34:35.800Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:35.800Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:35.915Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:35.916Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 33e9079a-3803-42d6-95dc-0945331b165c 914
2023-05-16T01:34:35.916Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:35.917Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:35.917Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:35.917Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:35.918Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:35.918Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200875916,
  "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-16T01:34:36.919Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93170d91-83a0-4b3b-91d1-19f41843294d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-16T01:34:36.919Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:36.920Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:37.048Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:37.056Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 93170d91-83a0-4b3b-91d1-19f41843294d 12
2023-05-16T01:34:37.056Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:37.056Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:37.056Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:37.057Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:37.057Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:37.057Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200877056,
  "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-16T01:34:38.058Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6749e86d-4a6c-4331-891e-af1d273c45d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-16T01:34:38.058Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:38.059Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:38.180Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:38.180Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6749e86d-4a6c-4331-891e-af1d273c45d3 96
2023-05-16T01:34:38.181Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:38.181Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:38.181Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:38.181Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:38.182Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:38.182Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200878181,
  "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-16T01:34:39.183Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df4aa356-72e2-4d40-a24e-7e205d4eb280 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-16T01:34:39.184Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:34:39.184Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:39.305Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:34:39.306Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz df4aa356-72e2-4d40-a24e-7e205d4eb280 20206
2023-05-16T01:34:39.307Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:39.307Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:39.307Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:34:39.307Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:39.307Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:39.308Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200879306,
  "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-16T01:34:40.314Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f16b47cd-f50a-4f80-b13f-a99c2db4ba94
2023-05-16T01:34:40.315Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a51c3e38-c300-4582-94ef-6264c6f4b7ff 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-16T01:34:40.339Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@193df91a, org.onap.sdc.toscaparser.api.parameters.Input@3eb73d63, org.onap.sdc.toscaparser.api.parameters.Input@5d8d5b94, org.onap.sdc.toscaparser.api.parameters.Input@16a8d52f, org.onap.sdc.toscaparser.api.parameters.Input@60ab1bc9]
2023-05-16T01:34:40.342Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.343Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.343Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-16T01:34:40.344Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 97894d34-293e-44dd-ae52-a19d03ce89c3
2023-05-16T01:34:40.344Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97894d34-293e-44dd-ae52-a19d03ce89c3 matches Tosca VF Customization UUID: 97894d34-293e-44dd-ae52-a19d03ce89c3
2023-05-16T01:34:40.344Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 97894d34-293e-44dd-ae52-a19d03ce89c3  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-16T01:34:40.350Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.351Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.352Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 97894d34-293e-44dd-ae52-a19d03ce89c3: {\"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-16T01:34:40.352Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@477e8b
2023-05-16T01:34:40.353Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.353Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:34:40.353Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81eebfd0-a9b5-4b47-b9cb-ab0313ddb781
2023-05-16T01:34:40.353Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81eebfd0-a9b5-4b47-b9cb-ab0313ddb781
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-16T01:34:40.360Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.360Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:40.361Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:40.361Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.362Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:40.362Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:34:40.363Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.363Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-16T01:34:40.364Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=97894d34-293e-44dd-ae52-a19d03ce89c3
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-16T01:34:40.369Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.370Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.370Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f16b47cd-f50a-4f80-b13f-a99c2db4ba94: basic_cnf_macro
2023-05-16T01:34:40.370Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.371Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.371Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.371Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.371Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.371Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.372Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.372Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.372Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:34:40.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:34:40.373Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:40.474Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a51c3e38-c300-4582-94ef-6264c6f4b7ff 2 ASDC deployResourceStructure
2023-05-16T01:34:40.475Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:40.475Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:40.476Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:34:40.476Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:40.476Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:40.477Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200880475,
  "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-16T01:34:41.478Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:41.478Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:41.478Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:34:41.479Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:41.479Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:41.479Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200881478,
  "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-16T01:34:42.488Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:42.488Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:42.488Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-16T01:34:42.489Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:42.489Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:42.489Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200882480,
  "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-16T01:34:43.491Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:43.491Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:43.492Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:34:43.492Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:43.493Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:43.493Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200883491,
  "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-16T01:34:44.495Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:44.495Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:44.496Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-16T01:34:44.496Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:44.496Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:44.497Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200884495,
  "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-16T01:34:45.498Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:45.499Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||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-16T01:34:45.499Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:34:45.499Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:34:45.499Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:34:45.500Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200885498,
  "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-16T01:34:46.500Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:34:46.531Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
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-16T01:34:46.538Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:34:46.539Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:34:46.539Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:35:16.539Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:35:16.564Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
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-16T01:35:16.570Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:35:16.571Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:35:16.571Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:35:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:35:30.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.315Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:35:30.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:35:46.571Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:35:46.602Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
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-16T01:35:46.607Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:35:46.607Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:35:46.608Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:36:16.608Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:36:16.637Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
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-16T01:36:16.642Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:36:16.642Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-16T01:36:16.642Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-16T01:36:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:36:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200857679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200855933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200844960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200843432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200847125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200859018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200872254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200872414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200872569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200872513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200873286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200874289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200873407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200875290,
  "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-16T01:36:30.327Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92d69e49-d5cf-467b-9165-9a7eb4cc7530
2023-05-16T01:36:30.328Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:36:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.356Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200874785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.356Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200874520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200865700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.357Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200875476,
  "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-16T01:36:30.372Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92d69e49-d5cf-467b-9165-9a7eb4cc7530
2023-05-16T01:36:30.372Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:36:30.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200875916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200875663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.395Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200876539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200877056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.396Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200876821,
  "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-16T01:36:30.410Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92d69e49-d5cf-467b-9165-9a7eb4cc7530
2023-05-16T01:36:30.410Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:36:30.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200877827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200878181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200879118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200878898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200879306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200880124,
  "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-16T01:36:30.450Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92d69e49-d5cf-467b-9165-9a7eb4cc7530
2023-05-16T01:36:30.450Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:36:30.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200879901,
  "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-16T01:36:30.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92d69e49-d5cf-467b-9165-9a7eb4cc7530
2023-05-16T01:36:30.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:36:30.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.524Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200880475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.524Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200881478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200882480,
  "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-16T01:36:30.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200883491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200884495,
  "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-16T01:36:30.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684200885498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.529Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200876292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1684200871990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200878831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200876478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200880903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200896309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200895507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200895385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200895599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200897311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200896537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1684200897145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-16T01:36:30.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a24a6285-f3df-400c-a751-dc03a899eea5
2023-05-16T01:36:30.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:36:30.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.606Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1684200898314,
  "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-16T01:36:30.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a6285-f3df-400c-a751-dc03a899eea5
2023-05-16T01:36:30.622Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:36:30.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.649Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200897663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.650Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200898730,
  "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-16T01:36:30.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a6285-f3df-400c-a751-dc03a899eea5
2023-05-16T01:36:30.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:36:30.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1684200899732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200902170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200895700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:36:30.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "aai-model-loader",
  "timestamp": 1684200903174,
  "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-16T01:36:30.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a24a6285-f3df-400c-a751-dc03a899eea5
2023-05-16T01:36:30.710Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:36:30.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.735Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200904525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200906704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:36:30.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1684200907712,
  "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-16T01:36:30.754Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a24a6285-f3df-400c-a751-dc03a899eea5
2023-05-16T01:36:30.755Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:36:46.642Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:36:46.679Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530
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-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:36:46.689Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:36:46.690Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:36:46.690Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:36:46.690Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:36:46.690Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-16T01:36:46.714Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-16T01:37:16.714Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530 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-16T01:37:16.733Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92d69e49-d5cf-467b-9165-9a7eb4cc7530 and serviceModelVersionId: f16b47cd-f50a-4f80-b13f-a99c2db4ba94
2023-05-16T01:37:16.733Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 649356bc-a5f3-46ea-9b72-0241d8bf3f6c
2023-05-16T01:37:16.734Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?depth=0
2023-05-16T01:37:16.742Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-16T01:37:16.823Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?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-16T01:37:16.825Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?depth=0|INFO|500||Invoke
2023-05-16T01:37:16.835Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-16T01:37:17.001Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?depth=0|INFO|500||InvokeReturn
2023-05-16T01:37:17.003Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649356bc-a5f3-46ea-9b72-0241d8bf3f6c/model-vers/model-ver/f16b47cd-f50a-4f80-b13f-a99c2db4ba94?depth=0 has http status code:200 and response headers:{date=[Tue, 16 May 2023 01:37:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[200888], x-aai-txid=[1-aai-resources-230516-01:37:16:938-24373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-16T01:37:17.003Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-05-16T01:37:17.004Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-16T01:37:17.004Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-16T01:37:17.014Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-16T01:37:17.015Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92d69e49-d5cf-467b-9165-9a7eb4cc7530 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-16T01:37:17.015Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-16T01:37:17.017Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:17.018Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:17.018Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201037015,
  "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-16T01:37:18.050Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:37:18.059Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-16T01:37:18.059Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"a24a6285-f3df-400c-a751-dc03a899eea5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"aa0d990e-2761-4f0d-9c4d-3c04c56a60fb","serviceDescription":"service","serviceInvariantUUID":"4213449a-44cd-48b8-b883-9c9544bcc3e1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4da5a63d-20ba-41d8-a421-f09f01239c01","resourceInvariantUUID":"41493b39-ddc0-4e85-ad36-4ecd5b6da047","resourceCustomizationUUID":"d612abf3-bd04-46cc-9830-b3d006de2881","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":"ZjY2OWJiNjZmNTFhYWNkNDg2ZTcxMzdiYTdjMWM1N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd0bd17c-659b-4755-98ec-5cc447b52775","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":"NDcxOTlhNzUwZDRlMjJhY2QwYzgyMjlmNWY3NDE1OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be697733-2da4-4308-ac47-cf4632c2f55b","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":"af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4","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":"d2396e1a-c655-4703-8f82-d30c1e1fdc77","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":"2a700f0a-93d9-4aa5-822e-b7931dee6c3a","artifactVersion":"2","generatedFromUUID":"af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4"},{"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":"MDBjNzUxYjI4NDY5MjUxZjI0NzIwY2UxNjBhNGUwMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"65ff3690-1444-4ead-b0eb-58b6e5a6eff9","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":"NDE3NTViMGQ3NTBkMTFhZmU0YjdiMzU5MTMyMDIwOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ababf491-7a78-47f4-8a38-18a3d050a6bd","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDg3Mjg0YzE3YTFlNmNmYTg0ZTA4YTNiNTQzNjQ0M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3803414f-ecd8-4808-aa58-070cbca182f2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-16T01:37:18.062Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:18.062Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:18.062Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:18.062Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:19.065Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:19.065Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:19.065Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:19.066Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:20.067Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:20.068Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:20.068Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:20.068Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:21.070Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:21.070Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:21.070Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:21.071Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:22.073Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:22.073Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:22.073Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:22.074Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:23.075Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:23.076Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:23.076Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:23.076Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:24.078Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:24.078Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:24.078Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:24.078Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "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-16T01:37:25.080Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-16T01:37:25.080Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:25.080Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:25.080Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:37:26.082Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "aa0d990e-2761-4f0d-9c4d-3c04c56a60fb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4213449a-44cd-48b8-b883-9c9544bcc3e1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d612abf3-bd04-46cc-9830-b3d006de2881",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4da5a63d-20ba-41d8-a421-f09f01239c01",
      "resourceInvariantUUID": "41493b39-ddc0-4e85-ad36-4ecd5b6da047",
      "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": "NDcxOTlhNzUwZDRlMjJhY2QwYzgyMjlmNWY3NDE1OGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be697733-2da4-4308-ac47-cf4632c2f55b",
          "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": "af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4",
          "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": "2a700f0a-93d9-4aa5-822e-b7931dee6c3a",
            "generatedFromUUID": "af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4"
          },
          "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": "2a700f0a-93d9-4aa5-822e-b7931dee6c3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDg3Mjg0YzE3YTFlNmNmYTg0ZTA4YTNiNTQzNjQ0M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3803414f-ecd8-4808-aa58-070cbca182f2"
    }
  ],
  "workloadContext": "Production"
}
2023-05-16T01:37:26.082Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-16T01:37:26.082Z|92d69e49-d5cf-467b-9165-9a7eb4cc7530|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa0d990e-2761-4f0d-9c4d-3c04c56a60fb ASDC
2023-05-16T01:37:26.083Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a24a6285-f3df-400c-a751-dc03a899eea5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:aa0d990e-2761-4f0d-9c4d-3c04c56a60fb
ServiceInvariantUUID:4213449a-44cd-48b8-b883-9c9544bcc3e1
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:3803414f-ecd8-4808-aa58-070cbca182f2
ArtifactChecksum:ZDg3Mjg0YzE3YTFlNmNmYTg0ZTA4YTNiNTQzNjQ0M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d612abf3-bd04-46cc-9830-b3d006de2881
ResourceInvariantUUID:41493b39-ddc0-4e85-ad36-4ecd5b6da047
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4da5a63d-20ba-41d8-a421-f09f01239c01
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:be697733-2da4-4308-ac47-cf4632c2f55b
ArtifactChecksum:NDcxOTlhNzUwZDRlMjJhY2QwYzgyMjlmNWY3NDE1OGU=
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:af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4
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:2a700f0a-93d9-4aa5-822e-b7931dee6c3a
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:2a700f0a-93d9-4aa5-822e-b7931dee6c3a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-16T01:37:26.083Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa0d990e-2761-4f0d-9c4d-3c04c56a60fb 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-16T01:37:26.177Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:37:26.177Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:37:26.177Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:37:26.178Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3803414f-ecd8-4808-aa58-070cbca182f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-16T01:37:26.178Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:37:26.178Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-16T01:37:26.297Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:37:26.299Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3803414f-ecd8-4808-aa58-070cbca182f2 82980
2023-05-16T01:37:26.300Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:26.300Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:26.300Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:37:26.302Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:26.304Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:26.304Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201046300,
  "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-16T01:37:27.305Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-16T01:37:27.306Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-05-16T01:37:27.306Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3803414f-ecd8-4808-aa58-070cbca182f2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:27.306Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-16T01:37:27.307Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:27.308Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:27.489Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP535076297992786845/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-16T01:37:28.582Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-05-16T01:37:28.583Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.584Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:28.585Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-16T01:37:28.586Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08dacaa7-8896-46c8-bc6f-42a1dc8bca6a
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:28.587Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:aa0d990e-2761-4f0d-9c4d-3c04c56a60fb
Model Version:NULL
Model InvariantUuid:4213449a-44cd-48b8-b883-9c9544bcc3e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:63e3026c-17bf-415b-9211-00deb2f9e9d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:41493b39-ddc0-4e85-ad36-4ecd5b6da047
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d612abf3-bd04-46cc-9830-b3d006de2881
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:136d4c80-e05d-4d6d-9ff6-e65398ee2f3a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3c3c3d15-77bc-4f8f-8d26-b5d53b92bd2b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:08dacaa7-8896-46c8-bc6f-42a1dc8bca6a
ModelInvariantUuid:7d6bc92c-05d6-4133-8851-8414a229e685
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:77df7cd9-aab9-48f1-8e3a-a6ff5d10b980
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:95d38eca-9f9d-4328-9c6e-e9dd6ddd43d3
ModelInvariantUuid:4b36d3ca-e6c6-48d7-94d6-48831b3b30e7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0e0c2ec7-eb13-4aff-bec6-0f7f7c56690d
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-16T01:37:28.611Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4da5a63d-20ba-41d8-a421-f09f01239c01
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-16T01:37:28.616Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2023-05-16T01:37:28.617Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4da5a63d-20ba-41d8-a421-f09f01239c01
2023-05-16T01:37:28.617Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be697733-2da4-4308-ac47-cf4632c2f55b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-16T01:37:28.617Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:37:28.617Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:28.754Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:37:28.754Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json be697733-2da4-4308-ac47-cf4632c2f55b 792
2023-05-16T01:37:28.754Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:28.754Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:28.754Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:37:28.755Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:28.755Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:28.755Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201048754,
  "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-16T01:37:29.755Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "136d4c80-e05d-4d6d-9ff6-e65398ee2f3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c3c3d15-77bc-4f8f-8d26-b5d53b92bd2b",
    "vfModuleModelCustomizationUUID": "4c25a071-0505-44fb-846f-983e5ea22a2f",
    "isBase": true,
    "artifacts": [
      "af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4",
      "2a700f0a-93d9-4aa5-822e-b7931dee6c3a"
    ],
    "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-16T01:37:29.761Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c3c3d15-77bc-4f8f-8d26-b5d53b92bd2b
VfModuleModelInvariantUUID:136d4c80-e05d-4d6d-9ff6-e65398ee2f3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4
,
2a700f0a-93d9-4aa5-822e-b7931dee6c3a

}
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-16T01:37:29.766Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "136d4c80-e05d-4d6d-9ff6-e65398ee2f3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c3c3d15-77bc-4f8f-8d26-b5d53b92bd2b",
    "vfModuleModelCustomizationUUID": "4c25a071-0505-44fb-846f-983e5ea22a2f",
    "isBase": true,
    "artifacts": [
      "af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4",
      "2a700f0a-93d9-4aa5-822e-b7931dee6c3a"
    ],
    "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-16T01:37:29.766Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c3c3d15-77bc-4f8f-8d26-b5d53b92bd2b
VfModuleModelInvariantUUID:136d4c80-e05d-4d6d-9ff6-e65398ee2f3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4
,
2a700f0a-93d9-4aa5-822e-b7931dee6c3a

}
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-16T01:37:29.767Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-16T01:37:29.767Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:37:29.767Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:29.885Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:37:29.886Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml af12a34e-4c3d-4e40-b498-c7bd5e8e2ff4 5033
2023-05-16T01:37:29.886Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:29.886Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:29.886Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:37:29.887Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:29.887Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:29.887Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201049886,
  "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-16T01:37:30.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:37:30.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "92d69e49-d5cf-467b-9165-9a7eb4cc7530",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201037015,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-16T01:37:30.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:37:30.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-16T01:37:30.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-16T01:37:30.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:37:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-16T01:37:30.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:37:30.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.307Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-16T01:37:30.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.307Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201038050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-16T01:37:30.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.308Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201046300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:37:30.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.309Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201048754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:37:30.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-16T01:37:30.310Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201049886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:37:30.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:37:30.888Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a700f0a-93d9-4aa5-822e-b7931dee6c3a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-16T01:37:30.888Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-05-16T01:37:30.888Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:31.004Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-05-16T01:37:31.005Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2a700f0a-93d9-4aa5-822e-b7931dee6c3a 903
2023-05-16T01:37:31.005Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:31.005Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:31.006Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-16T01:37:31.006Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:31.006Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:31.006Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201051005,
  "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-16T01:37:32.007Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aa0d990e-2761-4f0d-9c4d-3c04c56a60fb
2023-05-16T01:37:32.007Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4da5a63d-20ba-41d8-a421-f09f01239c01 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-16T01:37:32.052Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a928b15, org.onap.sdc.toscaparser.api.parameters.Input@2370301d, org.onap.sdc.toscaparser.api.parameters.Input@4cc179c8, org.onap.sdc.toscaparser.api.parameters.Input@1a11be43, org.onap.sdc.toscaparser.api.parameters.Input@4455437]
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d612abf3-bd04-46cc-9830-b3d006de2881
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d612abf3-bd04-46cc-9830-b3d006de2881 matches Tosca VF Customization UUID: d612abf3-bd04-46cc-9830-b3d006de2881
2023-05-16T01:37:32.054Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d612abf3-bd04-46cc-9830-b3d006de2881  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-16T01:37:32.063Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.063Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.064Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d612abf3-bd04-46cc-9830-b3d006de2881: {\"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-16T01:37:32.064Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76ab0797
2023-05-16T01:37:32.064Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.065Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-16T01:37:32.065Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c25a071-0505-44fb-846f-983e5ea22a2f
2023-05-16T01:37:32.065Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c25a071-0505-44fb-846f-983e5ea22a2f
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-16T01:37:32.070Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.070Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:32.070Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:32.072Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.072Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-16T01:37:32.073Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=08dacaa7-8896-46c8-bc6f-42a1dc8bca6a
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-16T01:37:32.078Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.078Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:32.079Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-16T01:37:32.079Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.079Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-16T01:37:32.079Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d612abf3-bd04-46cc-9830-b3d006de2881
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-16T01:37:32.085Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.086Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.086Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aa0d990e-2761-4f0d-9c4d-3c04c56a60fb: basic_vm_macro
2023-05-16T01:37:32.086Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.086Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.086Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.087Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.087Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.087Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.087Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.088Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.088Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-16T01:37:32.088Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-16T01:37:32.089Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:32.324Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4da5a63d-20ba-41d8-a421-f09f01239c01 1 ASDC deployResourceStructure
2023-05-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:32.325Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201052325,
  "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-16T01:37:33.327Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:33.327Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:33.327Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:37:33.327Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:33.327Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:33.328Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201053327,
  "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-16T01:37:34.329Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:34.330Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:34.330Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:37:34.330Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:34.330Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:34.330Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201054329,
  "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-16T01:37:35.331Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:35.331Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||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-16T01:37:35.331Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-16T01:37:35.332Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:37:35.332Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:37:35.332Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201055331,
  "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-16T01:37:36.334Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a24a6285-f3df-400c-a751-dc03a899eea5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T01:37:36.365Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a24a6285-f3df-400c-a751-dc03a899eea5
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-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:37:36.371Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:37:36.372Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:37:36.372Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:37:36.372Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-16T01:37:36.372Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-16T01:37:36.391Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-16T01:38:06.391Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a24a6285-f3df-400c-a751-dc03a899eea5 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-16T01:38:06.404Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a24a6285-f3df-400c-a751-dc03a899eea5 and serviceModelVersionId: aa0d990e-2761-4f0d-9c4d-3c04c56a60fb
2023-05-16T01:38:06.405Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4213449a-44cd-48b8-b883-9c9544bcc3e1
2023-05-16T01:38:06.405Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0
2023-05-16T01:38:06.415Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-05-16T01:38:06.479Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0|INFO|500||Invoke
2023-05-16T01:38:06.480Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a24a6285-f3df-400c-a751-dc03a899eea5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c4fc11c-f272-43a1-9404-53daff5c7c27], X-ECOMP-RequestID=[a24a6285-f3df-400c-a751-dc03a899eea5], X-TransactionId=[], X-ONAP-RequestID=[a24a6285-f3df-400c-a751-dc03a899eea5], Content-Type=[application/merge-patch+json]}
2023-05-16T01:38:06.486Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-16T01:38:06.672Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?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/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0 has http status code:200 and response headers:{date=[Tue, 16 May 2023 01:38:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[182], vertex-id=[221304], x-aai-txid=[2-aai-resources-230516-01:38:06:591-97149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-16T01:38:06.672Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-16T01:38:06.673Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4213449a-44cd-48b8-b883-9c9544bcc3e1/model-vers/model-ver/aa0d990e-2761-4f0d-9c4d-3c04c56a60fb?depth=0|INFO|500||InvokeReturn
2023-05-16T01:38:06.673Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-16T01:38:06.673Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-16T01:38:06.680Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-16T01:38:06.681Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a24a6285-f3df-400c-a751-dc03a899eea5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-16T01:38:06.681Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-16T01:38:06.681Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-05-16T01:38:06.681Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-16T01:38:06.682Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201086681,
  "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-16T01:38:07.717Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:38:30.293Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:38:30.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201051005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-16T01:38:30.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201052325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201053327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201054329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201055331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a24a6285-f3df-400c-a751-dc03a899eea5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1684201086681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-16T01:38:30.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-16T01:39:07.718Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:39:30.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:40:07.719Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:40:30.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:41:07.720Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:41:30.294Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:42:07.721Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:42:30.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:43:07.724Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:43:30.296Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:44:07.725Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:44:30.297Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:45:07.727Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:45:30.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:46:07.728Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:46:30.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:47:07.730Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:47:30.301Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:48:07.730Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:48:30.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:49:07.731Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:49:30.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:50:07.733Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:50:30.304Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:51:07.735Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:51:30.304Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:52:07.737Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:52:30.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:53:07.738Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:53:30.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:54:07.739Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:54:30.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:55:07.740Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:55:30.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:56:07.740Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:56:30.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:57:07.741Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:57:30.313Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:58:07.743Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:58:30.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T01:59:07.744Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T01:59:30.316Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:00:07.744Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:00:30.316Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:01:07.746Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:01:30.318Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:02:07.747Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:02:30.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:03:07.749Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:03:30.321Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:04:07.750Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:04:30.323Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:05:07.750Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:05:30.324Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:06:07.752Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:06:30.325Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:07:07.753Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:07:30.326Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:08:07.753Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:08:30.326Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:09:07.754Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:09:30.327Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:10:07.755Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:10:30.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:11:07.755Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:11:30.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:12:07.756Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:12:30.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:13:07.758Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:13:30.333Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:14:07.760Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:14:30.334Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:15:07.760Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:15:30.335Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:16:07.762Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:16:30.336Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:17:07.764Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:17:30.337Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:18:07.765Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:18:30.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:19:07.766Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:19:30.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:20:07.766Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:20:30.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:21:07.768Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:21:30.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:22:07.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:22:30.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:23:07.769Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:23:30.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:24:07.771Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:24:30.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:25:07.772Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:25:30.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:26:07.772Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:26:30.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:27:07.773Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:27:30.346Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:28:07.774Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:28:30.348Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:29:07.775Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:29:30.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:30:07.777Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:30:30.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:31:07.778Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:31:30.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:32:07.779Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:32:30.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:33:07.780Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:33:30.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:34:07.781Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:34:30.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:35:07.782Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:35:30.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:36:07.782Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:36:30.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:37:07.783Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:37:30.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:38:07.785Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:38:30.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:39:07.785Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:39:30.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:40:07.787Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:40:30.361Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:41:07.787Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:41:30.362Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:42:07.788Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:42:30.363Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:43:07.790Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:43:30.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:44:07.790Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:44:30.366Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:45:07.792Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:45:30.366Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:46:07.793Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:46:30.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:47:07.793Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:47:30.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:48:07.794Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:48:30.369Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:49:07.796Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:49:30.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:50:07.797Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:50:30.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:51:07.797Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:51:30.373Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:52:07.798Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:52:30.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:53:07.799Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:53:30.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:54:07.800Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:54:30.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:55:07.801Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:55:30.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:56:07.802Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:56:30.378Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:57:07.803Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:57:30.380Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:58:07.804Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:58:30.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T02:59:07.804Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T02:59:30.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:00:07.805Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:00:30.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:01:07.806Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:01:30.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:02:07.808Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:02:30.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:03:07.809Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:03:30.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:04:07.811Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:04:30.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:05:07.812Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:05:30.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:06:07.814Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:06:30.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:07:07.815Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:07:30.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:08:07.816Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:08:30.394Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:09:07.818Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:09:30.394Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:10:07.819Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:10:30.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:11:07.820Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:11:30.397Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:12:07.820Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:12:30.399Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:13:07.822Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:13:30.401Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:14:07.823Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:14:30.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:15:07.824Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:15:30.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:16:07.826Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:16:30.405Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:17:07.828Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:17:30.407Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:18:07.830Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:18:30.408Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:19:07.831Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:19:30.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:20:07.832Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:20:30.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:21:07.833Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:21:30.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:22:07.834Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:22:30.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:23:07.836Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:23:30.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:24:07.838Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:24:30.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:25:07.838Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:25:30.413Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:26:07.839Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:26:30.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:27:07.840Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:27:30.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:28:07.841Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:28:30.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:29:07.841Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:29:30.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:30:07.842Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:30:30.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:31:07.844Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:31:30.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:32:07.845Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:32:30.422Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:33:07.845Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:33:30.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:34:07.846Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:34:30.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:35:07.846Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:35:30.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:36:07.848Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:36:30.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:37:07.849Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:37:30.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:38:07.850Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:38:30.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:39:07.850Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:39:30.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:40:07.852Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:40:30.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:41:07.852Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:41:30.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:42:07.852Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:42:30.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:43:07.853Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:43:30.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:44:07.854Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:44:30.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:45:07.855Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:45:30.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:46:07.855Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:46:30.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:47:07.860Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:47:30.438Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:48:07.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:48:30.440Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:49:07.862Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:49:30.442Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:50:07.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:50:30.442Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:51:07.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:51:30.442Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:52:07.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:52:30.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:53:07.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:53:30.445Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:54:07.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:54:30.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:55:07.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:55:30.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:56:07.869Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:56:30.448Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:57:07.870Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:57:30.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:58:07.870Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:58:30.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T03:59:07.872Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T03:59:30.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:00:07.872Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:00:30.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:01:07.873Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:01:30.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:02:07.875Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:02:30.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:03:07.876Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:03:30.453Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:04:07.877Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:04:30.454Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:05:07.878Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:05:30.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:06:07.878Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:06:30.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:07:07.880Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:07:30.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:08:07.880Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:08:30.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:09:07.881Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:09:30.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:10:07.882Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:10:30.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:11:07.884Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:11:30.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:12:07.884Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:12:30.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:13:07.886Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:13:30.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:14:07.887Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:14:30.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:15:07.888Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:15:30.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:16:07.889Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:16:30.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:17:07.890Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:17:30.467Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:18:07.891Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:18:30.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:19:07.892Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:19:30.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:20:07.893Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:20:30.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:21:07.893Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:21:30.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:22:07.895Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:22:30.472Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:23:07.896Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:23:30.472Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:24:07.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:24:30.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:25:07.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:25:30.474Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:26:07.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:26:30.476Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:27:07.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:27:30.478Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:28:07.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:28:30.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:29:07.903Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:29:30.480Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:30:07.904Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:30:30.480Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:31:07.905Z|7a97647a-5969-4dfb-a9df-16b65e3b38ed|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:31:30.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:32:07.907Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:32:30.481Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:33:07.908Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:33:30.483Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:34:07.908Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:34:30.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:35:07.910Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:35:30.484Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:36:07.910Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:36:30.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:37:07.912Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:37:30.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:38:07.913Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:38:30.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:39:07.915Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:39:30.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:40:07.915Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:40:30.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:41:07.917Z|a24a6285-f3df-400c-a751-dc03a899eea5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:41:30.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:42:07.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:42:30.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:43:07.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:43:30.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:44:07.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:44:30.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:45:07.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:45:30.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:46:07.922Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:46:30.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:47:07.924Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:47:30.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:48:07.925Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:48:30.498Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:49:07.925Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:49:30.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:50:07.927Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:50:30.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:51:07.928Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:51:30.500Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:52:07.928Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:52:30.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:53:07.929Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:53:30.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:54:07.930Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:54:30.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:55:07.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:55:30.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:56:07.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:56:30.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:57:07.933Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:57:30.505Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:58:07.934Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:58:30.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T04:59:07.936Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T04:59:30.507Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:00:07.937Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:00:30.508Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:01:07.938Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:01:30.509Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:02:07.938Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:02:30.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:03:07.939Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:03:30.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:04:07.939Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:04:30.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:05:07.940Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:05:30.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:06:07.942Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:06:30.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:07:07.943Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:07:30.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:08:07.943Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:08:30.515Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:09:07.944Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:09:30.515Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:10:07.945Z|ea4fc283-2930-4d57-b9c9-c4ad9fc303bc|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:10:30.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:11:07.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-16T05:11:30.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-16T05:12:07.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO