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-12T23:23:57.532Z||main|||||INFO|500||The following profiles are active: basic
2023-05-12T23:24:11.355Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-12T23:24:11.356Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-12T23:24:11.533Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-12T23:24:16.228Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-12T23:24:16.678Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-12T23:24:17.115Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-12T23:24:17.168Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-12T23:24:17.361Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-12T23:24:17.786Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-12T23:24:19.034Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-12T23:24:22.596Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-12T23:24:26.461Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-12T23:24:26.541Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-12T23:24:26.876Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-12T23:24:27.338Z||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-12T23:24:28.427Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-12T23:24:29.443Z||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-12T23:24:30.122Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-05-12T23:24:30.123Z||main|||||ERROR|500||(conn=883) Table 'catalogdb.activity_spec' doesn't exist
2023-05-12T23:24:30.140Z||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-12T23:24:32.737Z||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-12T23:24:36.420Z||main|||||WARN|500||---
2023-05-12T23:24:36.420Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-12T23:24:36.420Z||main|||||WARN|500||---
2023-05-12T23:24:36.889Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-12T23:24:43.063Z||main|||||INFO|500||Started Application in 53.853 seconds (JVM running for 58.98)
2023-05-12T23:24:43.077Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-12T23:24:43.079Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-12T23:24:43.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-12T23:24:43.152Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 99c8b4b7-509d-41b0-bb90-1928e7052126 url= /sdc/v1/artifactTypes
2023-05-12T23:24:43.158Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-12T23:24:43.411Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-12T23:24:43.492Z||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-12T23:24:43.493Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-12T23:24:43.493Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 66a3e1ef-bd3b-4904-8eef-f612446e0858 url= /sdc/v1/distributionKafkaData
2023-05-12T23:24:43.493Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-12T23:24:43.569Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-12T23:24:43.575Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@563e6ea1
2023-05-12T23:24:43.640Z||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-c2e5182b-07e4-4284-a4b6-fa932edfda56
	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-12T23:24:43.695Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Instantiated an idempotent producer.
2023-05-12T23:24:43.780Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-12T23:24:43.863Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-12T23:24:43.864Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-12T23:24:43.864Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683933883860
2023-05-12T23:24:43.871Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-12T23:24:43.912Z||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-d1b42ebd-e082-4d48-b6fd-53989a73b229
	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-12T23:24:44.006Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-12T23:24:44.007Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-12T23:24:44.007Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683933884006
2023-05-12T23:24:44.010Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:24:44.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:24:44.014Z||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-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc
	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-12T23:24:44.036Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-12T23:24:44.036Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-12T23:24:44.036Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683933884036
2023-05-12T23:24:44.037Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:24:44.041Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:24:44.049Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-12T23:24:45.127Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Cluster ID: qWDOWlfZS0ymwty2CbUusQ
2023-05-12T23:24:45.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.131Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.131Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.132Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.132Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.133Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 k4zUtsWQQYShv8jvPthHmQ
2023-05-12T23:24:45.134Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:45.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] ProducerId set to 4 with epoch 0
2023-05-12T23:24:45.138Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Cluster ID: qWDOWlfZS0ymwty2CbUusQ
2023-05-12T23:24:45.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Cluster ID: qWDOWlfZS0ymwty2CbUusQ
2023-05-12T23:24:45.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-12T23:24:45.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-12T23:24:45.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] (Re-)joining group
2023-05-12T23:24:45.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] (Re-)joining group
2023-05-12T23:24:45.221Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229-b63f6299-b1c3-4613-8fbc-cb7b4c1a0fb6
2023-05-12T23:24:45.222Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-12T23:24:45.222Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] (Re-)joining group
2023-05-12T23:24:45.239Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc-be04dbb3-3ec8-4a0f-8815-56e78b851076
2023-05-12T23:24:45.241Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-12T23:24:45.241Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] (Re-)joining group
2023-05-12T23:24:51.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc-be04dbb3-3ec8-4a0f-8815-56e78b851076', protocol='range'}
2023-05-12T23:24:51.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229-b63f6299-b1c3-4613-8fbc-cb7b4c1a0fb6', protocol='range'}
2023-05-12T23:24:51.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.314Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.314Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.314Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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 sfLAzDR4ReK-byJR2nPIBQ
2023-05-12T23:24:51.319Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229-b63f6299-b1c3-4613-8fbc-cb7b4c1a0fb6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc-be04dbb3-3ec8-4a0f-8815-56e78b851076=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-12T23:24:51.341Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc-be04dbb3-3ec8-4a0f-8815-56e78b851076', protocol='range'}
2023-05-12T23:24:51.341Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229-b63f6299-b1c3-4613-8fbc-cb7b4c1a0fb6', protocol='range'}
2023-05-12T23:24:51.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-12T23:24:51.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-12T23:24:51.347Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-12T23:24:51.347Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-12T23:24:51.364Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-12T23:24:51.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-12T23:24:51.364Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-12T23:24:51.365Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-12T23:24:51.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-12T23:24:51.365Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-12T23:24:51.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-12T23:24:51.365Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-12T23:24:51.365Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-12T23:24:51.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-12T23:24:51.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-12T23:24:51.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-12T23:24:51.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-12T23:24:51.408Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-12T23:24:51.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-12T23:24:51.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-12T23:24:51.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-12T23:24:51.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-12T23:24:51.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-12T23:24:51.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-12T23:24:51.473Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-12T23:24:51.474Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-12T23:24:51.474Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-12T23:24:51.474Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-12T23:25:44.029Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:25:44.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:26:44.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:26:44.052Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:27:44.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:27:44.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:28:44.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:28:44.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:29:44.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:29:44.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:30:44.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:30:44.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:31:44.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:31:44.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:32:44.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:32:44.061Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:33:44.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:33:44.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:33:45.161Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d1b42ebd-e082-4d48-b6fd-53989a73b229, groupId=SO] Node -1 disconnected.
2023-05-12T23:33:45.232Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d55e86ff-7ab9-43ce-8edc-8d0c44de95fc, groupId=SO] Node -1 disconnected.
2023-05-12T23:33:45.441Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Node -1 disconnected.
2023-05-12T23:34:09.981Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-12T23:34:44.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:34:44.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:35:44.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:35:44.067Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:36:44.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:36:44.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:37:44.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:37:44.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:38:44.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:38:44.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:39:44.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:39:44.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:40:44.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:40:44.074Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:41:44.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:41:44.075Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:42:44.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:42:44.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:43:44.062Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:43:44.077Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:44:44.063Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:44:44.077Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:45:44.065Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:45:44.079Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:46:44.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:46:44.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:47:44.068Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:47:44.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:48:44.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:48:44.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:49:44.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:49:44.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:50:44.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:50:44.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:51:44.074Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:51:44.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:52:44.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:52:44.086Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:53:44.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:53:44.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:54:44.078Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:54:44.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:55:44.079Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:55:44.089Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:56:44.081Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:56:44.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:57:44.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:57:44.091Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:58:44.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:58:44.092Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-12T23:59:44.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-12T23:59:44.093Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:00:44.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:00:44.096Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:01:44.086Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:01:44.099Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:02:44.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:02:44.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:03:44.089Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:03:44.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:04:44.091Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:04:44.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:05:44.092Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:05:44.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:06:44.093Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:06:44.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:07:44.094Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:07:44.106Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:08:44.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:08:44.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:09:44.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:09:44.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:10:44.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:10:44.109Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:11:44.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:11:44.112Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:12:44.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:12:44.113Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:13:44.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:13:44.114Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:14:44.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:14:44.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:15:44.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:15:44.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:16:44.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:16:44.116Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:17:44.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:17:44.117Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:18:44.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:18:44.119Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:19:44.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:19:44.121Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:20:44.111Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:20:44.122Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:21:44.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:21:44.124Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:22:44.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:22:44.126Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:23:44.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:23:44.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:24:44.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:24:44.128Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:25:44.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:25:44.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:26:44.121Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:26:44.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:27:44.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:27:44.131Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:28:44.125Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:28:44.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:29:44.127Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:29:44.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:30:44.128Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:30:44.133Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:31:44.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:31:44.133Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:32:44.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:32:44.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:33:44.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:33:44.135Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:34:44.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:34:44.135Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:35:44.134Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:35:44.135Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:36:44.134Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:36:44.136Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:37:44.136Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:37:44.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:38:44.137Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:38:44.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:39:44.137Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:39:44.140Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:40:44.139Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:40:44.142Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:41:44.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:41:44.142Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:42:44.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:42:44.144Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:26.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-13T00:43:26.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5de37dac-9a39-4c2c-afea-b99048bf6c57","serviceName":"basic_onboard_INbUBk","serviceVersion":"1.0","serviceUUID":"0b8b0827-702c-4c15-884e-02bc9e439755","serviceDescription":"service","serviceInvariantUUID":"3a5f4f8e-791c-4c08-8a6e-0837e1aa705a","resources":[{"resourceInstanceName":"basic_onboard_INbUBk 0","resourceName":"basic_onboard_INbUBk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"333ac1f8-1dfd-4152-8219-8b859927dc6d","resourceInvariantUUID":"04010ed5-9b21-4e52-a82f-7ef213d6b394","resourceCustomizationUUID":"c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml","artifactChecksum":"OTg1NGI3YmJjYWZjZGY3NGRjMTExMzM0NTkwZmM4NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c08781a3-a129-489c-adfa-8e0a6a9af900","artifactVersion":"1"},{"artifactName":"basic_onboard_inbubk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json","artifactChecksum":"YzQ0MDc3MWZmMWVkOWVkOGI5OWI3NTQ2ZmZjMDgyNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bffd57e-2e25-4073-8d58-ed0399753477","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c0fabe16-f129-4b0a-af92-45821cb68c12","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1609550d-829b-4c75-8b5e-2da5088f4156","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b10c8b95-55a6-4c9f-8385-7e9365017a7d","artifactVersion":"2","generatedFromUUID":"c0fabe16-f129-4b0a-af92-45821cb68c12"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardInbubk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml","artifactChecksum":"NDRlYTk3N2NkOTBlZGUzMTE0MTJjYjc4NGU0ZjM5NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ebab0f9-437c-4404-a830-bf387c48f14d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardInbubk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar","artifactChecksum":"M2UxYjdhZWM5NzIwYjIyY2ViNzE1YjQ5ODA3NjI3NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77b945ea-5872-4812-830d-9719fab5770a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-13T00:43:26.066Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:26.082Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:26.082Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:26.083Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:26.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c2e5182b-07e4-4284-a4b6-fa932edfda56] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to sfLAzDR4ReK-byJR2nPIBQ
2023-05-13T00:43:26.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:43:26.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:43:26.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:43:27.147Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:27.148Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:27.149Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:27.149Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:28.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:28.151Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:28.151Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:28.152Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:29.153Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:29.154Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:29.154Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:29.155Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:30.156Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:30.157Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:30.157Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:30.158Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:31.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:31.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:31.160Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:31.160Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:32.161Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:43:32.162Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:32.162Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:32.162Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:33.165Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "serviceName": "basic_onboard_INbUBk",
  "serviceVersion": "1.0",
  "serviceUUID": "0b8b0827-702c-4c15-884e-02bc9e439755",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a5f4f8e-791c-4c08-8a6e-0837e1aa705a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_INbUBk 0",
      "resourceCustomizationUUID": "c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc",
      "resourceName": "basic_onboard_INbUBk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "333ac1f8-1dfd-4152-8219-8b859927dc6d",
      "resourceInvariantUUID": "04010ed5-9b21-4e52-a82f-7ef213d6b394",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_inbubk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
          "artifactChecksum": "YzQ0MDc3MWZmMWVkOWVkOGI5OWI3NTQ2ZmZjMDgyNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1bffd57e-2e25-4073-8d58-ed0399753477",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c0fabe16-f129-4b0a-af92-45821cb68c12",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b10c8b95-55a6-4c9f-8385-7e9365017a7d",
            "generatedFromUUID": "c0fabe16-f129-4b0a-af92-45821cb68c12"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b10c8b95-55a6-4c9f-8385-7e9365017a7d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardInbubk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
      "artifactChecksum": "M2UxYjdhZWM5NzIwYjIyY2ViNzE1YjQ5ODA3NjI3NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "77b945ea-5872-4812-830d-9719fab5770a"
    }
  ],
  "workloadContext": "Production"
}
2023-05-13T00:43:33.166Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-13T00:43:33.166Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b8b0827-702c-4c15-884e-02bc9e439755 ASDC
2023-05-13T00:43:33.265Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5de37dac-9a39-4c2c-afea-b99048bf6c57
ServiceName:basic_onboard_INbUBk
ServiceVersion:1.0
ServiceUUID:0b8b0827-702c-4c15-884e-02bc9e439755
ServiceInvariantUUID:3a5f4f8e-791c-4c08-8a6e-0837e1aa705a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardInbubk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar
ArtifactUUID:77b945ea-5872-4812-830d-9719fab5770a
ArtifactChecksum:M2UxYjdhZWM5NzIwYjIyY2ViNzE1YjQ5ODA3NjI3NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_INbUBk 0
ResourceCustomizationUUID:c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc
ResourceInvariantUUID:04010ed5-9b21-4e52-a82f-7ef213d6b394
ResourceName:basic_onboard_INbUBk
ResourceType:VF
ResourceUUID:333ac1f8-1dfd-4152-8219-8b859927dc6d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_inbubk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json
ArtifactUUID:1bffd57e-2e25-4073-8d58-ed0399753477
ArtifactChecksum:YzQ0MDc3MWZmMWVkOWVkOGI5OWI3NTQ2ZmZjMDgyNjI=
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/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c0fabe16-f129-4b0a-af92-45821cb68c12
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/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
ArtifactUUID:b10c8b95-55a6-4c9f-8385-7e9365017a7d
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/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
ArtifactUUID:b10c8b95-55a6-4c9f-8385-7e9365017a7d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-13T00:43:33.265Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b8b0827-702c-4c15-884e-02bc9e439755 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-13T00:43:33.508Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:43:33.510Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:43:33.511Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:43:33.511Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 77b945ea-5872-4812-830d-9719fab5770a from URL: /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:33.511Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:43:33.512Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:33.656Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:43:33.664Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar 77b945ea-5872-4812-830d-9719fab5770a 75659
2023-05-13T00:43:33.666Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar ASDC sendASDCNotification
2023-05-13T00:43:33.666Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:33.668Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:43:33.669Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:33.669Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:33.669Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938613665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:34.671Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:43:34.672Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:43:34.672Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 77b945ea-5872-4812-830d-9719fab5770a, URL: /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar to file: /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:34.673Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:34.746Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:34.746Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:35.090Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10202785174909306670/Definitions/service-BasicOnboardInbubk-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-13T00:43:36.331Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-13T00:43:36.335Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||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-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_INbUBk 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-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||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-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||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-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:36.336Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:43:36.343Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.345Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.348Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:36.349Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:43:36.350Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.352Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is not matching search criteria
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-13T00:43:36.356Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-13T00:43:36.357Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-13T00:43:36.357Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.357Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:36.358Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is not matching search criteria
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1533bf2d-c10b-4775-beba-c4049ddf811e
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.359Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.360Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.360Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.360Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.360Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.360Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:36.361Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:36.361Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_INbUBk
Description:service
Model UUID:0b8b0827-702c-4c15-884e-02bc9e439755
Model Version:NULL
Model InvariantUuid:3a5f4f8e-791c-4c08-8a6e-0837e1aa705a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_INbUBk
Model UUID:68a9cc2b-8ab6-4230-ac22-70f5008af01c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04010ed5-9b21-4e52-a82f-7ef213d6b394
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:89432d3e-48bb-4cd8-b5dc-3785103eca55
ModelName:BasicOnboardInbubk..base_ubuntu18..module-0
ModelUuid:9984a688-5279-4711-ab03-bf2ae134a2b1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1533bf2d-c10b-4775-beba-c4049ddf811e
ModelInvariantUuid:5767d43e-1844-4fb7-859c-7c0bf86733e8
ModelName:basic_onboard_INbUBk-nodes.ubuntu18Cvfc
ModelUuid:9ad420b0-a79b-494e-b815-cd7dd77e1261
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a97b2b4a-8765-4638-9e49-b9996c867ea4
ModelInvariantUuid:530d1cdc-19a4-4505-adb0-df24e85e05da
ModelName:BasicOnboardInbubk.compute.nodes.heat.ubuntu18
ModelUuid:7f39e45d-e710-4bce-a097-a55d583d43bf
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-13T00:43:36.390Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 333ac1f8-1dfd-4152-8219-8b859927dc6d
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-13T00:43:36.454Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||basic_onboard_INbUBk 0
2023-05-13T00:43:36.463Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 333ac1f8-1dfd-4152-8219-8b859927dc6d
2023-05-13T00:43:36.463Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1bffd57e-2e25-4073-8d58-ed0399753477 from URL: /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json
2023-05-13T00:43:36.463Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:43:36.463Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json
2023-05-13T00:43:36.598Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:43:36.599Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json 1bffd57e-2e25-4073-8d58-ed0399753477 798
2023-05-13T00:43:36.599Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json ASDC sendASDCNotification
2023-05-13T00:43:36.599Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json
2023-05-13T00:43:36.599Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:43:36.600Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:36.600Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:36.600Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938616599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:37.603Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardInbubk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "89432d3e-48bb-4cd8-b5dc-3785103eca55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9984a688-5279-4711-ab03-bf2ae134a2b1",
    "vfModuleModelCustomizationUUID": "2ce0adb8-1444-423e-9b85-4f6ef579ed14",
    "isBase": true,
    "artifacts": [
      "c0fabe16-f129-4b0a-af92-45821cb68c12",
      "b10c8b95-55a6-4c9f-8385-7e9365017a7d"
    ],
    "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-13T00:43:37.638Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInbubk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9984a688-5279-4711-ab03-bf2ae134a2b1
VfModuleModelInvariantUUID:89432d3e-48bb-4cd8-b5dc-3785103eca55
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0fabe16-f129-4b0a-af92-45821cb68c12
,
b10c8b95-55a6-4c9f-8385-7e9365017a7d

}
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-13T00:43:37.644Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardInbubk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "89432d3e-48bb-4cd8-b5dc-3785103eca55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9984a688-5279-4711-ab03-bf2ae134a2b1",
    "vfModuleModelCustomizationUUID": "2ce0adb8-1444-423e-9b85-4f6ef579ed14",
    "isBase": true,
    "artifacts": [
      "c0fabe16-f129-4b0a-af92-45821cb68c12",
      "b10c8b95-55a6-4c9f-8385-7e9365017a7d"
    ],
    "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-13T00:43:37.645Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInbubk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9984a688-5279-4711-ab03-bf2ae134a2b1
VfModuleModelInvariantUUID:89432d3e-48bb-4cd8-b5dc-3785103eca55
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0fabe16-f129-4b0a-af92-45821cb68c12
,
b10c8b95-55a6-4c9f-8385-7e9365017a7d

}
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-13T00:43:37.645Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0fabe16-f129-4b0a-af92-45821cb68c12 from URL: /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml
2023-05-13T00:43:37.645Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:43:37.645Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml
2023-05-13T00:43:37.761Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:43:37.761Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml c0fabe16-f129-4b0a-af92-45821cb68c12 5033
2023-05-13T00:43:37.761Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-13T00:43:37.762Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml
2023-05-13T00:43:37.762Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:43:37.763Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:37.764Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:37.764Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938617761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:38.766Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b10c8b95-55a6-4c9f-8385-7e9365017a7d from URL: /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
2023-05-13T00:43:38.767Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:43:38.767Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
2023-05-13T00:43:38.889Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:43:38.889Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env b10c8b95-55a6-4c9f-8385-7e9365017a7d 909
2023-05-13T00:43:38.890Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-13T00:43:38.890Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
2023-05-13T00:43:38.890Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:43:38.891Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:38.891Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:38.891Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938618890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:39.893Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0b8b0827-702c-4c15-884e-02bc9e439755
2023-05-13T00:43:39.893Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_INbUBk 0 333ac1f8-1dfd-4152-8219-8b859927dc6d 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-13T00:43:39.948Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6187c365, org.onap.sdc.toscaparser.api.parameters.Input@518f9d17, org.onap.sdc.toscaparser.api.parameters.Input@2b6fac08, org.onap.sdc.toscaparser.api.parameters.Input@a62ccda, org.onap.sdc.toscaparser.api.parameters.Input@5521aa18]
2023-05-13T00:43:39.954Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.955Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:39.955Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-05-13T00:43:39.955Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc
2023-05-13T00:43:39.955Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc matches Tosca VF Customization UUID: c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc
2023-05-13T00:43:39.955Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc  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-13T00:43:39.968Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.968Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:39.970Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-13T00:43:39.971Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fb8dd0f
2023-05-13T00:43:39.971Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.971Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T00:43:39.972Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ce0adb8-1444-423e-9b85-4f6ef579ed14
2023-05-13T00:43:39.974Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ce0adb8-1444-423e-9b85-4f6ef579ed14
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-13T00:43:39.985Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.985Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:39.986Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:39.987Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.987Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:39.988Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:39.988Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:39.989Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is not matching search criteria
2023-05-13T00:43:39.989Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-13T00:43:39.989Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-13T00:43:39.989Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1533bf2d-c10b-4775-beba-c4049ddf811e
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-13T00:43:40.003Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.004Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:40.004Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:43:40.004Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.005Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_INbUBk 0 is matching search criteria
2023-05-13T00:43:40.005Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_INbUBk 0] matching following query criteria: sdcType=VF, customizationUUID=c3ff1ee0-1bb3-4092-8cf4-498ff41d6cfc
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-13T00:43:40.009Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.009Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.010Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0b8b0827-702c-4c15-884e-02bc9e439755: basic_onboard_INbUBk
2023-05-13T00:43:40.010Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.010Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.010Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.011Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.011Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.011Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.011Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.012Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.012Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:43:40.012Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_INbUBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:43:40.012Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_INbUBk 
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-13T00:43:40.370Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_INbUBk 333ac1f8-1dfd-4152-8219-8b859927dc6d 1 ASDC deployResourceStructure
2023-05-13T00:43:40.370Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json ASDC sendASDCNotification
2023-05-13T00:43:40.370Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json
2023-05-13T00:43:40.370Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:43:40.370Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:40.371Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:40.371Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938620370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:41.373Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-13T00:43:41.373Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml
2023-05-13T00:43:41.373Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:43:41.374Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:41.374Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:41.374Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938621373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:42.376Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-13T00:43:42.376Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env
2023-05-13T00:43:42.376Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:43:42.377Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:42.377Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:42.377Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938622376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:43.379Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar ASDC sendASDCNotification
2023-05-13T00:43:43.379Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar
2023-05-13T00:43:43.379Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:43:43.380Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:43:43.380Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:43:43.380Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938623379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:44.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:43:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:43:44.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:43:44.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:43:44.382Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:43:44.423Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
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-13T00:43:44.428Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:43:44.428Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:43:44.428Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:44:14.428Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:44:14.457Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
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-13T00:44:14.461Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:44:14.461Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:44:14.461Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:44:44.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:44:44.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.062Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.062Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.066Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.066Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.067Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.074Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.075Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938588293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938577510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938578938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683938598364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938564141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938606879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938613598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938612505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938613519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938613665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938614240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938614617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.083Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683938613521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-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-13T00:44:44.105Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5de37dac-9a39-4c2c-afea-b99048bf6c57
2023-05-13T00:44:44.105Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:44:44.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.133Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938614643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.134Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683938615621,
  "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-13T00:44:44.150Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de37dac-9a39-4c2c-afea-b99048bf6c57
2023-05-13T00:44:44.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:44:44.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938615756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938616599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938616973,
  "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-13T00:44:44.191Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5de37dac-9a39-4c2c-afea-b99048bf6c57
2023-05-13T00:44:44.191Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:44:44.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938617761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683938617978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938618890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938612801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938620370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/basic_onboard_inbubk0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938621373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938620738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938622376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/resourceInstances/basic_onboard_inbubk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:44:44.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938623379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:44:44.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:44:44.461Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:44:44.485Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
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-13T00:44:44.492Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:44:44.492Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:44:44.492Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:45:14.492Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:45:14.520Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
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-13T00:45:14.527Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:45:14.527Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:45:14.527Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:45:44.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:45:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:45:44.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938624603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938625978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardInbubk/1.0/artifacts/service-BasicOnboardInbubk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:45:44.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683938625609,
  "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-13T00:45:44.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5de37dac-9a39-4c2c-afea-b99048bf6c57
2023-05-13T00:45:44.067Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:45:44.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-13T00:45:44.096Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "aai-model-loader",
  "timestamp": 1683938626984,
  "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-13T00:45:44.114Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5de37dac-9a39-4c2c-afea-b99048bf6c57
2023-05-13T00:45:44.114Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:45:44.528Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:45:44.555Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57
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-13T00:45:44.562Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:45:44.563Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:45:44.564Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:45:44.564Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:45:44.564Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-13T00:45:44.581Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-13T00:46:14.582Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57 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-13T00:46:14.595Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5de37dac-9a39-4c2c-afea-b99048bf6c57 and serviceModelVersionId: 0b8b0827-702c-4c15-884e-02bc9e439755
2023-05-13T00:46:14.596Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a5f4f8e-791c-4c08-8a6e-0837e1aa705a
2023-05-13T00:46:28.368Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0
2023-05-13T00:46:28.545Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-13T00:46:29.086Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0|INFO|500||Invoke
2023-05-13T00:46:29.092Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5de37dac-9a39-4c2c-afea-b99048bf6c57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bb9602d-164c-4b38-8f21-5cb37c10e5fd], X-ECOMP-RequestID=[5de37dac-9a39-4c2c-afea-b99048bf6c57], X-TransactionId=[], X-ONAP-RequestID=[5de37dac-9a39-4c2c-afea-b99048bf6c57], Content-Type=[application/merge-patch+json]}
2023-05-13T00:46:29.135Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-13T00:46:29.508Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?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/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0 has http status code:200 and response headers:{date=[Sat, 13 May 2023 00:46:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[328], vertex-id=[315552], x-aai-txid=[2-aai-resources-230513-00:46:29:151-70567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-13T00:46:29.511Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-13T00:46:29.513Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a5f4f8e-791c-4c08-8a6e-0837e1aa705a/model-vers/model-ver/0b8b0827-702c-4c15-884e-02bc9e439755?depth=0|INFO|500||InvokeReturn
2023-05-13T00:46:29.525Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-13T00:46:29.525Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-13T00:46:29.548Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-13T00:46:29.551Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5de37dac-9a39-4c2c-afea-b99048bf6c57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-13T00:46:29.555Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-13T00:46:29.556Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:46:29.556Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:46:29.556Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938789551,
  "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-13T00:46:30.594Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:46:44.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:46:44.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-13T00:46:44.048Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5de37dac-9a39-4c2c-afea-b99048bf6c57",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683938789551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-13T00:46:44.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:47:30.597Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:47:44.039Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:48:30.598Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:48:44.041Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:49:30.599Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:49:44.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:50:30.600Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:50:44.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:51:30.602Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:51:44.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:52:30.603Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:52:44.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:52:45.866Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-13T00:52:45.866Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"aa8d2e5f-802c-41a2-b25b-bbadb381af07","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c4766459-beb6-40d4-887b-cc19a88fc2b6","serviceDescription":"service","serviceInvariantUUID":"b385dc02-5eb5-4d80-bf67-e026408e8bed","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eaff1d68-2be7-4747-8274-109a3f21d30c","resourceInvariantUUID":"1d14e6b1-13e6-44da-9e53-509d7317101f","resourceCustomizationUUID":"7ee2dbae-54a3-484c-ac5b-5a2d4ea48413","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":"NTJiNjQzOWE2MGMzNmQ0OGIyY2UzMGYwOTY0MDg4MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31385d2f-d35b-4daa-a7e1-5e7bf2791d52","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjk5ZTBhOWQyNGFhMTdhNWU5MWMwNGNmZTM4NGRmNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24ae0fc6-08b6-462d-88d7-9e7b8821866c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-13T00:52:45.871Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:52:45.872Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:52:45.872Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:52:45.872Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939150603,
  "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-13T00:52:45.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-13T00:52:45.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939156630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:52:45.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:52:46.873Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:52:46.874Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:52:46.874Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:52:46.874Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939150603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:52:47.876Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c4766459-beb6-40d4-887b-cc19a88fc2b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b385dc02-5eb5-4d80-bf67-e026408e8bed",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7ee2dbae-54a3-484c-ac5b-5a2d4ea48413",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "eaff1d68-2be7-4747-8274-109a3f21d30c",
      "resourceInvariantUUID": "1d14e6b1-13e6-44da-9e53-509d7317101f",
      "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": "Mjk5ZTBhOWQyNGFhMTdhNWU5MWMwNGNmZTM4NGRmNjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24ae0fc6-08b6-462d-88d7-9e7b8821866c"
    }
  ],
  "workloadContext": "Production"
}
2023-05-13T00:52:47.876Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-13T00:52:47.876Z|5de37dac-9a39-4c2c-afea-b99048bf6c57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4766459-beb6-40d4-887b-cc19a88fc2b6 ASDC
2023-05-13T00:52:47.876Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:aa8d2e5f-802c-41a2-b25b-bbadb381af07
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c4766459-beb6-40d4-887b-cc19a88fc2b6
ServiceInvariantUUID:b385dc02-5eb5-4d80-bf67-e026408e8bed
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:24ae0fc6-08b6-462d-88d7-9e7b8821866c
ArtifactChecksum:Mjk5ZTBhOWQyNGFhMTdhNWU5MWMwNGNmZTM4NGRmNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7ee2dbae-54a3-484c-ac5b-5a2d4ea48413
ResourceInvariantUUID:1d14e6b1-13e6-44da-9e53-509d7317101f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eaff1d68-2be7-4747-8274-109a3f21d30c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-05-13T00:52:47.877Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4766459-beb6-40d4-887b-cc19a88fc2b6 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-13T00:52:47.947Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:52:47.948Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:52:47.948Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:52:47.948Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24ae0fc6-08b6-462d-88d7-9e7b8821866c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-13T00:52:47.948Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:52:47.948Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-13T00:52:48.150Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:52:48.151Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 24ae0fc6-08b6-462d-88d7-9e7b8821866c 57780
2023-05-13T00:52:48.151Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:48.151Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:48.152Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:52:48.152Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:52:48.153Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:52:48.153Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939168151,
  "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-13T00:52:49.153Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:52:49.154Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:52:49.154Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 24ae0fc6-08b6-462d-88d7-9e7b8821866c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-13T00:52:49.154Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-13T00:52:49.155Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-13T00:52:49.155Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-13T00:52:49.245Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12166753503694620734/Definitions/service-BasicNetwork-template.yml
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:52:49.600Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.601Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.602Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c4766459-beb6-40d4-887b-cc19a88fc2b6
Model Version:NULL
Model InvariantUuid:b385dc02-5eb5-4d80-bf67-e026408e8bed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d14e6b1-13e6-44da-9e53-509d7317101f
Model UUID:882e5f2e-f917-4a60-ab9a-ae929f2f331f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7ee2dbae-54a3-484c-ac5b-5a2d4ea48413
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-13T00:52:49.617Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: eaff1d68-2be7-4747-8274-109a3f21d30c
2023-05-13T00:52:49.617Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||No resources found for Service: c4766459-beb6-40d4-887b-cc19a88fc2b6
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-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||
2023-05-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-05-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c4766459-beb6-40d4-887b-cc19a88fc2b6
2023-05-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c4766459-beb6-40d4-887b-cc19a88fc2b6
2023-05-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-05-13T00:52:49.623Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.633Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18fa2914, org.onap.sdc.toscaparser.api.parameters.Input@66e3f45e, org.onap.sdc.toscaparser.api.parameters.Input@504917dd, org.onap.sdc.toscaparser.api.parameters.Input@6a4b5f16, org.onap.sdc.toscaparser.api.parameters.Input@233069c2]
2023-05-13T00:52:49.634Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.634Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c4766459-beb6-40d4-887b-cc19a88fc2b6: Generic NeutronNet
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.635Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.673Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.673Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.674Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.674Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.674Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:52:49.674Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:52:49.674Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.805Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-05-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||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-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:52:49.806Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939169806,
  "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-13T00:52:50.807Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:52:50.837Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
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-13T00:52:50.845Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:52:50.845Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:52:50.845Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:53:20.847Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:53:20.895Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
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-13T00:53:20.901Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:53:20.901Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:53:20.901Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:53:44.040Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:53:44.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:53:44.044Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939150603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939154537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939146879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:53:44.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:53:50.903Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:53:50.928Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
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-13T00:53:50.933Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:53:50.933Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:53:50.933Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:54:20.935Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:54:21.031Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
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-13T00:54:21.057Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:54:21.058Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:54:21.059Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:54:44.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:54:44.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.044Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939158117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:54:44.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939159004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:54:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939156630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.047Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939150603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.047Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939146879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.048Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939154537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939158117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:54:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.050Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939159004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939167152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:54:44.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939168275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939168319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939168151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:54:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.053Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939169277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:54:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.054Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939168157,
  "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-13T00:54:44.076Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa8d2e5f-802c-41a2-b25b-bbadb381af07
2023-05-13T00:54:44.076Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa8d2e5f-802c-41a2-b25b-bbadb381af07 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-13T00:54:44.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939169806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:54:44.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939170278,
  "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-13T00:54:44.123Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa8d2e5f-802c-41a2-b25b-bbadb381af07
2023-05-13T00:54:44.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa8d2e5f-802c-41a2-b25b-bbadb381af07 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-13T00:54:44.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.149Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939171704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:54:44.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.149Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939172707,
  "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-13T00:54:44.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa8d2e5f-802c-41a2-b25b-bbadb381af07
2023-05-13T00:54:44.164Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa8d2e5f-802c-41a2-b25b-bbadb381af07 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-13T00:54:44.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939182801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:54:44.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939182801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939185596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939187175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:54:44.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:54:44.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:54:44.189Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939188180,
  "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-13T00:54:44.202Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa8d2e5f-802c-41a2-b25b-bbadb381af07
2023-05-13T00:54:44.203Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa8d2e5f-802c-41a2-b25b-bbadb381af07 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-13T00:54:51.060Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:54:51.084Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07
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-13T00:54:51.090Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:54:51.091Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-13T00:54:51.105Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-13T00:55:21.106Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07 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-13T00:55:21.121Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa8d2e5f-802c-41a2-b25b-bbadb381af07 and serviceModelVersionId: c4766459-beb6-40d4-887b-cc19a88fc2b6
2023-05-13T00:55:21.122Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b385dc02-5eb5-4d80-bf67-e026408e8bed
2023-05-13T00:55:21.123Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0
2023-05-13T00:55:21.131Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-13T00:55:21.197Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0|INFO|500||Invoke
2023-05-13T00:55:21.198Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa8d2e5f-802c-41a2-b25b-bbadb381af07], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dbc7ab4-c964-4641-9603-7520e39ebf4d], X-ECOMP-RequestID=[aa8d2e5f-802c-41a2-b25b-bbadb381af07], X-TransactionId=[], X-ONAP-RequestID=[aa8d2e5f-802c-41a2-b25b-bbadb381af07], Content-Type=[application/merge-patch+json]}
2023-05-13T00:55:21.205Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-13T00:55:21.435Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?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/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0 has http status code:200 and response headers:{date=[Sat, 13 May 2023 00:55:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[213], vertex-id=[401536], x-aai-txid=[0-aai-resources-230513-00:55:21:217-16420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-13T00:55:21.436Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-13T00:55:21.437Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b385dc02-5eb5-4d80-bf67-e026408e8bed/model-vers/model-ver/c4766459-beb6-40d4-887b-cc19a88fc2b6?depth=0|INFO|500||InvokeReturn
2023-05-13T00:55:21.437Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-13T00:55:21.438Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-13T00:55:21.448Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-13T00:55:21.449Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa8d2e5f-802c-41a2-b25b-bbadb381af07 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-13T00:55:21.449Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-13T00:55:21.450Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:21.450Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:21.450Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939321449,
  "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-13T00:55:22.479Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:55:22.486Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-13T00:55:22.486Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3811c0d6-a7ed-4394-822e-548dcc859513","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0b0100d5-e767-4bf9-ac0f-4287cbd00c8f","serviceDescription":"service","serviceInvariantUUID":"64c57d58-9cda-4141-93ba-4e102f01362f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b470ef11-11a5-4a88-8596-d1b601a1279c","resourceInvariantUUID":"f472687e-32e3-4d9a-871e-4a92a72f68cb","resourceCustomizationUUID":"fa35d287-8818-4258-b96c-6716cd5474c2","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":"ZjQyOWE0MzdhMDQzMWI1MjBiOTdkZDc1YjA2OGM2MDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d17dd606-432b-4263-9206-b8c0dcc7acd8","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":"OTRiMzNkNjJmMjk0ZTBjOGIxOWVkNDdhZTMxYzc3ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d46d0559-19b3-40cc-88d2-5afb85831c9d","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":"5eae4752-50e5-4ab6-9907-25e109251a95","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":"762c63f6-0a6f-496e-8bd4-948fc2dad40a","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":"840150e9-1bec-4cf3-ac84-707bb3f3bc41","artifactVersion":"2","generatedFromUUID":"5eae4752-50e5-4ab6-9907-25e109251a95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzFmNjY1NGI3Y2M0NTQ2M2Q0Njg4ZGM2MzAwMjlhY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d396050-f2aa-4e97-98a0-a7aa0eddae5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWFiN2NmMjkwN2YzYTA0YzRhZGNiMGMxZmMwZDI0MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0b22969-ae35-47a2-b029-bde189791495","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-13T00:55:22.490Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:22.490Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:22.491Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:22.491Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:23.491Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:23.492Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:23.492Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:23.492Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:24.493Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:24.494Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:24.494Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:24.494Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:25.494Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:25.495Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:25.496Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:25.496Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:26.497Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:26.498Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:26.498Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:26.499Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:27.500Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:27.501Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:27.501Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:27.501Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "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-13T00:55:28.502Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T00:55:28.503Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:28.504Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:28.504Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:55:29.506Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0b0100d5-e767-4bf9-ac0f-4287cbd00c8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64c57d58-9cda-4141-93ba-4e102f01362f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fa35d287-8818-4258-b96c-6716cd5474c2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b470ef11-11a5-4a88-8596-d1b601a1279c",
      "resourceInvariantUUID": "f472687e-32e3-4d9a-871e-4a92a72f68cb",
      "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": "OTRiMzNkNjJmMjk0ZTBjOGIxOWVkNDdhZTMxYzc3ZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d46d0559-19b3-40cc-88d2-5afb85831c9d",
          "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": "5eae4752-50e5-4ab6-9907-25e109251a95",
          "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": "840150e9-1bec-4cf3-ac84-707bb3f3bc41",
            "generatedFromUUID": "5eae4752-50e5-4ab6-9907-25e109251a95"
          },
          "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": "840150e9-1bec-4cf3-ac84-707bb3f3bc41",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWFiN2NmMjkwN2YzYTA0YzRhZGNiMGMxZmMwZDI0MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0b22969-ae35-47a2-b029-bde189791495"
    }
  ],
  "workloadContext": "Production"
}
2023-05-13T00:55:29.507Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-13T00:55:29.507Z|aa8d2e5f-802c-41a2-b25b-bbadb381af07|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b0100d5-e767-4bf9-ac0f-4287cbd00c8f ASDC
2023-05-13T00:55:29.508Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3811c0d6-a7ed-4394-822e-548dcc859513
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0b0100d5-e767-4bf9-ac0f-4287cbd00c8f
ServiceInvariantUUID:64c57d58-9cda-4141-93ba-4e102f01362f
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:d0b22969-ae35-47a2-b029-bde189791495
ArtifactChecksum:NWFiN2NmMjkwN2YzYTA0YzRhZGNiMGMxZmMwZDI0MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fa35d287-8818-4258-b96c-6716cd5474c2
ResourceInvariantUUID:f472687e-32e3-4d9a-871e-4a92a72f68cb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b470ef11-11a5-4a88-8596-d1b601a1279c
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:d46d0559-19b3-40cc-88d2-5afb85831c9d
ArtifactChecksum:OTRiMzNkNjJmMjk0ZTBjOGIxOWVkNDdhZTMxYzc3ZGU=
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:5eae4752-50e5-4ab6-9907-25e109251a95
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:840150e9-1bec-4cf3-ac84-707bb3f3bc41
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:840150e9-1bec-4cf3-ac84-707bb3f3bc41
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-13T00:55:29.508Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b0100d5-e767-4bf9-ac0f-4287cbd00c8f 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-13T00:55:29.572Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:55:29.573Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:55:29.573Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:55:29.573Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d0b22969-ae35-47a2-b029-bde189791495 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-13T00:55:29.573Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:55:29.574Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-13T00:55:29.681Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:55:29.684Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d0b22969-ae35-47a2-b029-bde189791495 75155
2023-05-13T00:55:29.684Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:29.684Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:29.684Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:55:29.685Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:29.685Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:29.685Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939329684,
  "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-13T00:55:30.686Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T00:55:30.687Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-13T00:55:30.687Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d0b22969-ae35-47a2-b029-bde189791495, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-13T00:55:30.687Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-13T00:55:30.688Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-13T00:55:30.688Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-13T00:55:30.863Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3261522495688101380/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-13T00:55:31.938Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.939Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.940Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.940Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.940Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-13T00:55:31.940Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:31.940Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-13T00:55:31.941Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.941Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.941Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:31.941Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:55:31.941Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:55:31.942Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.942Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.942Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:31.942Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-13T00:55:31.942Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T00:55:31.943Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.943Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-13T00:55:31.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-13T00:55:31.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-13T00:55:31.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-13T00:55:31.945Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T00:55:31.945Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-13T00:55:31.945Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.945Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T00:55:31.946Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.946Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:31.946Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:31.946Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.947Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:31.947Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:31.947Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.947Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:31.948Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:31.948Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.948Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b7bf864-5d9b-44da-a7cd-cea91b3677cc
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.949Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:31.950Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0b0100d5-e767-4bf9-ac0f-4287cbd00c8f
Model Version:NULL
Model InvariantUuid:64c57d58-9cda-4141-93ba-4e102f01362f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f9bc5690-1dbe-4a34-be3f-9ab3e3b3a5e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f472687e-32e3-4d9a-871e-4a92a72f68cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa35d287-8818-4258-b96c-6716cd5474c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6fa6b1a8-7868-47f9-9d9a-2892db0643fb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9e3d1a92-f8dc-48fd-ad8f-9a9510698015
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b7bf864-5d9b-44da-a7cd-cea91b3677cc
ModelInvariantUuid:aff887e8-9b25-41c4-8821-5c3e81f03c9f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f1ed741d-7dc6-4e4d-b17c-fde504f78dc0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b000e121-d961-4660-b471-358918057cf9
ModelInvariantUuid:effac925-cb9a-459d-bf31-af8a006c7f64
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:de33bf94-66c6-40b8-b86a-057ee6d230bc
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-13T00:55:31.971Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b470ef11-11a5-4a88-8596-d1b601a1279c
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-13T00:55:31.981Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||basic_vm 0
2023-05-13T00:55:31.982Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b470ef11-11a5-4a88-8596-d1b601a1279c
2023-05-13T00:55:31.982Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d46d0559-19b3-40cc-88d2-5afb85831c9d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-05-13T00:55:31.982Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:55:31.982Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:32.111Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:55:32.112Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d46d0559-19b3-40cc-88d2-5afb85831c9d 787
2023-05-13T00:55:32.112Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:32.112Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:32.112Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:55:32.113Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:32.113Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:32.113Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939332112,
  "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-13T00:55:33.115Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6fa6b1a8-7868-47f9-9d9a-2892db0643fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e3d1a92-f8dc-48fd-ad8f-9a9510698015",
    "vfModuleModelCustomizationUUID": "5ecf18d9-080b-4e13-b948-8d7424e59254",
    "isBase": true,
    "artifacts": [
      "5eae4752-50e5-4ab6-9907-25e109251a95",
      "840150e9-1bec-4cf3-ac84-707bb3f3bc41"
    ],
    "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-13T00:55:33.121Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e3d1a92-f8dc-48fd-ad8f-9a9510698015
VfModuleModelInvariantUUID:6fa6b1a8-7868-47f9-9d9a-2892db0643fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5eae4752-50e5-4ab6-9907-25e109251a95
,
840150e9-1bec-4cf3-ac84-707bb3f3bc41

}
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-13T00:55:33.125Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6fa6b1a8-7868-47f9-9d9a-2892db0643fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e3d1a92-f8dc-48fd-ad8f-9a9510698015",
    "vfModuleModelCustomizationUUID": "5ecf18d9-080b-4e13-b948-8d7424e59254",
    "isBase": true,
    "artifacts": [
      "5eae4752-50e5-4ab6-9907-25e109251a95",
      "840150e9-1bec-4cf3-ac84-707bb3f3bc41"
    ],
    "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-13T00:55:33.126Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e3d1a92-f8dc-48fd-ad8f-9a9510698015
VfModuleModelInvariantUUID:6fa6b1a8-7868-47f9-9d9a-2892db0643fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
5eae4752-50e5-4ab6-9907-25e109251a95
,
840150e9-1bec-4cf3-ac84-707bb3f3bc41

}
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-13T00:55:33.126Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5eae4752-50e5-4ab6-9907-25e109251a95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-05-13T00:55:33.126Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:55:33.126Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:33.259Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:55:33.260Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5eae4752-50e5-4ab6-9907-25e109251a95 5033
2023-05-13T00:55:33.260Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:33.260Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:33.260Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:55:33.261Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:33.261Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:33.261Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939333260,
  "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-13T00:55:34.264Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 840150e9-1bec-4cf3-ac84-707bb3f3bc41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-05-13T00:55:34.266Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-13T00:55:34.267Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:34.373Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-13T00:55:34.374Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 840150e9-1bec-4cf3-ac84-707bb3f3bc41 903
2023-05-13T00:55:34.374Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:34.374Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:34.374Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T00:55:34.375Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:34.375Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:34.375Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939334374,
  "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-13T00:55:35.377Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0b0100d5-e767-4bf9-ac0f-4287cbd00c8f
2023-05-13T00:55:35.378Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b470ef11-11a5-4a88-8596-d1b601a1279c 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-13T00:55:35.411Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3162a663, org.onap.sdc.toscaparser.api.parameters.Input@b81d8f5, org.onap.sdc.toscaparser.api.parameters.Input@22dc7046, org.onap.sdc.toscaparser.api.parameters.Input@671db7b4, org.onap.sdc.toscaparser.api.parameters.Input@4368548a]
2023-05-13T00:55:35.414Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.414Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.415Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-05-13T00:55:35.415Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fa35d287-8818-4258-b96c-6716cd5474c2
2023-05-13T00:55:35.415Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa35d287-8818-4258-b96c-6716cd5474c2 matches Tosca VF Customization UUID: fa35d287-8818-4258-b96c-6716cd5474c2
2023-05-13T00:55:35.415Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fa35d287-8818-4258-b96c-6716cd5474c2  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-13T00:55:35.420Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.420Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.421Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fa35d287-8818-4258-b96c-6716cd5474c2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-13T00:55:35.421Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d9ecbe4
2023-05-13T00:55:35.421Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.421Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T00:55:35.422Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ecf18d9-080b-4e13-b948-8d7424e59254
2023-05-13T00:55:35.422Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ecf18d9-080b-4e13-b948-8d7424e59254
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-13T00:55:35.426Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.426Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:35.426Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-05-13T00:55:35.427Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-13T00:55:35.428Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T00:55:35.428Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b7bf864-5d9b-44da-a7cd-cea91b3677cc
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-13T00:55:35.432Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.432Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:35.433Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T00:55:35.433Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.433Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-05-13T00:55:35.433Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fa35d287-8818-4258-b96c-6716cd5474c2
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-13T00:55:35.437Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.437Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0b0100d5-e767-4bf9-ac0f-4287cbd00c8f: basic_vm
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.438Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.439Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.439Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.439Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T00:55:35.439Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T00:55:35.439Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b470ef11-11a5-4a88-8596-d1b601a1279c 1 ASDC deployResourceStructure
2023-05-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:35.720Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939335720,
  "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-13T00:55:36.721Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:36.722Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:36.722Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:55:36.722Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:36.723Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:36.723Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939336721,
  "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-13T00:55:37.724Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:37.724Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:37.724Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:55:37.725Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:37.725Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:37.725Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939337724,
  "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-13T00:55:38.725Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:38.726Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||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-13T00:55:38.726Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T00:55:38.726Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:55:38.726Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:55:38.726Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939338725,
  "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-13T00:55:39.728Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:55:39.768Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
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-13T00:55:39.777Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:55:39.778Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:55:39.778Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:55:44.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:55:44.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.045Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.046Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.048Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939231282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939229161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.052Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939257926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683939238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939265922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939266040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.053Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939264919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939267042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.055Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939265929,
  "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-13T00:55:44.077Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3811c0d6-a7ed-4394-822e-548dcc859513
2023-05-13T00:55:44.077Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939267051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683939268043,
  "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-13T00:55:44.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3811c0d6-a7ed-4394-822e-548dcc859513
2023-05-13T00:55:44.115Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:55:44.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.138Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939268163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939269222,
  "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-13T00:55:44.154Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3811c0d6-a7ed-4394-822e-548dcc859513
2023-05-13T00:55:44.154Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:55:44.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.174Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683939270225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T00:55:44.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939266879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939274052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:55:44.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939272801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939280599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.181Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939280634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:55:44.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:55:44.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "aai-model-loader",
  "timestamp": 1683939281602,
  "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-13T00:55:44.197Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3811c0d6-a7ed-4394-822e-548dcc859513
2023-05-13T00:55:44.198Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:55:44.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:55:44.225Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939282889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:55:44.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:09.778Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:56:09.806Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
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-13T00:56:09.810Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:56:09.810Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T00:56:09.810Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:56:09.810Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:56:39.811Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:56:39.834Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
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-13T00:56:39.838Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:56:39.839Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T00:56:39.839Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T00:56:39.839Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T00:56:44.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:56:44.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.042Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683939283895,
  "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-13T00:56:44.063Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3811c0d6-a7ed-4394-822e-548dcc859513
2023-05-13T00:56:44.063Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:56:44.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.084Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "aa8d2e5f-802c-41a2-b25b-bbadb381af07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939321449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T00:56:44.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939322479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939329684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939332112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939333260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939335720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939336721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-13T00:56:44.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939337724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-13T00:56:44.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:56:44.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T00:56:44.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939338725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T00:56:44.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:57:09.839Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T00:57:09.863Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513
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-13T00:57:09.870Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T00:57:09.870Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T00:57:09.870Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T00:57:09.871Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-13T00:57:09.883Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-13T00:57:39.884Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3811c0d6-a7ed-4394-822e-548dcc859513 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-13T00:57:39.894Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3811c0d6-a7ed-4394-822e-548dcc859513 and serviceModelVersionId: 0b0100d5-e767-4bf9-ac0f-4287cbd00c8f
2023-05-13T00:57:39.894Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64c57d58-9cda-4141-93ba-4e102f01362f
2023-05-13T00:57:39.895Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?depth=0
2023-05-13T00:57:39.902Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-13T00:57:39.944Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?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-13T00:57:39.945Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?depth=0|INFO|500||Invoke
2023-05-13T00:57:39.953Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-13T00:57:40.114Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?depth=0|INFO|500||InvokeReturn
2023-05-13T00:57:40.114Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64c57d58-9cda-4141-93ba-4e102f01362f/model-vers/model-ver/0b0100d5-e767-4bf9-ac0f-4287cbd00c8f?depth=0 has http status code:200 and response headers:{date=[Sat, 13 May 2023 00:57:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[233544], x-aai-txid=[0-aai-resources-230513-00:57:39:961-66803], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-13T00:57:40.115Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-05-13T00:57:40.115Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-13T00:57:40.115Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-13T00:57:40.132Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-13T00:57:40.132Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3811c0d6-a7ed-4394-822e-548dcc859513 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-13T00:57:40.133Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-13T00:57:40.133Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-13T00:57:40.133Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T00:57:40.133Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939460132,
  "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-13T00:57:41.163Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:57:44.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:57:44.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-05-13T00:57:44.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3811c0d6-a7ed-4394-822e-548dcc859513",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683939460132,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-13T00:57:44.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T00:58:41.165Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:58:44.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T00:59:41.167Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T00:59:44.043Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:00:41.168Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:00:44.044Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:01:41.169Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:01:44.045Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:02:41.170Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:02:44.046Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:03:41.170Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:03:44.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:04:41.172Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:04:44.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:05:41.173Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:05:44.050Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:06:41.173Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:06:44.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:07:04.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T01:07:04.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e5bfb631-f5b2-4c15-8895-560b6d49cf35","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"167e4b0d-9ebf-474f-8d0d-556342426848","serviceDescription":"service","serviceInvariantUUID":"c1c4350f-2775-41a2-9fa0-2aa91c04de01","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a17b9d6d-4070-488c-ae7f-e41f81643299","resourceInvariantUUID":"78582683-2503-4e99-9b23-ed6afb83d8b1","resourceCustomizationUUID":"00ac42ad-6a96-42a1-8df4-93b3c2edd75c","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":"NTQ3ZjM3OTNmZTE2M2M3ZTkzMDI5OWFhNDhkNzNiNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0da109a8-649c-4f19-92e6-a0fc8a6875c7","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":"YjdjMGM0MmE4ZjU1ZmZjYTRiNzkzMGNhNzE4ZDhjZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99714c82-15f9-4bb2-a487-8ea40c77789d","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":"4b646a3a-8da5-47c9-8b5f-b413a949a4f9","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":"e5cd5820-0191-4b77-b9b7-a7b76e36b1cc","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":"1d58ebe7-6338-454f-a116-11e724a34dec","artifactVersion":"2","generatedFromUUID":"fd73f659-7004-44c4-bb41-d7524d371a3a"},{"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":"384df9e2-2e18-42ad-8d92-145f68062d80","artifactVersion":"2","generatedFromUUID":"4b646a3a-8da5-47c9-8b5f-b413a949a4f9"},{"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":"fd73f659-7004-44c4-bb41-d7524d371a3a","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":"1a1583f2-0332-47fe-b44c-9174bd615372","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":"ZDQwZjA2MWRkOTRhNGIxNDBkNWZmODM2NjM3NGU4NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a40414d-23f2-4366-a433-9a28ca30cb28","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmE3OGRjNGM4YTQ1MjA1NmE5OTU3YzVlNjMyNWMyNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8634445e-86f7-49eb-aafd-3c2bc4b16c08","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-13T01:07:04.096Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:04.096Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:04.096Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:04.096Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:04.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:04.123Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:04.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:05.107Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:05.112Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:05.112Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:05.112Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:06.113Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:06.117Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:06.117Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:06.117Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:07.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:07.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:07.119Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:07.119Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:08.119Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:08.120Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:08.120Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:08.120Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:09.121Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:09.122Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:09.122Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:09.122Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:10.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:10.124Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:10.125Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:10.125Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:11.126Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:11.127Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:11.127Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:11.127Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:12.128Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:12.129Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:12.129Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:12.129Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "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-13T01:07:13.130Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:07:13.131Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:13.131Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:13.131Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:07:14.133Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "167e4b0d-9ebf-474f-8d0d-556342426848",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1c4350f-2775-41a2-9fa0-2aa91c04de01",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "00ac42ad-6a96-42a1-8df4-93b3c2edd75c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a17b9d6d-4070-488c-ae7f-e41f81643299",
      "resourceInvariantUUID": "78582683-2503-4e99-9b23-ed6afb83d8b1",
      "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": "YjdjMGM0MmE4ZjU1ZmZjYTRiNzkzMGNhNzE4ZDhjZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "99714c82-15f9-4bb2-a487-8ea40c77789d",
          "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": "4b646a3a-8da5-47c9-8b5f-b413a949a4f9",
          "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": "384df9e2-2e18-42ad-8d92-145f68062d80",
            "generatedFromUUID": "4b646a3a-8da5-47c9-8b5f-b413a949a4f9"
          },
          "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": "1d58ebe7-6338-454f-a116-11e724a34dec",
          "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": "384df9e2-2e18-42ad-8d92-145f68062d80",
          "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": "fd73f659-7004-44c4-bb41-d7524d371a3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmE3OGRjNGM4YTQ1MjA1NmE5OTU3YzVlNjMyNWMyNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8634445e-86f7-49eb-aafd-3c2bc4b16c08"
    }
  ],
  "workloadContext": "Production"
}
2023-05-13T01:07:14.133Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-13T01:07:14.134Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 167e4b0d-9ebf-474f-8d0d-556342426848 ASDC
2023-05-13T01:07:14.134Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e5bfb631-f5b2-4c15-8895-560b6d49cf35
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:167e4b0d-9ebf-474f-8d0d-556342426848
ServiceInvariantUUID:c1c4350f-2775-41a2-9fa0-2aa91c04de01
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:8634445e-86f7-49eb-aafd-3c2bc4b16c08
ArtifactChecksum:NmE3OGRjNGM4YTQ1MjA1NmE5OTU3YzVlNjMyNWMyNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:00ac42ad-6a96-42a1-8df4-93b3c2edd75c
ResourceInvariantUUID:78582683-2503-4e99-9b23-ed6afb83d8b1
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a17b9d6d-4070-488c-ae7f-e41f81643299
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:99714c82-15f9-4bb2-a487-8ea40c77789d
ArtifactChecksum:YjdjMGM0MmE4ZjU1ZmZjYTRiNzkzMGNhNzE4ZDhjZjI=
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:4b646a3a-8da5-47c9-8b5f-b413a949a4f9
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:384df9e2-2e18-42ad-8d92-145f68062d80
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:1d58ebe7-6338-454f-a116-11e724a34dec
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:384df9e2-2e18-42ad-8d92-145f68062d80
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:fd73f659-7004-44c4-bb41-d7524d371a3a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-13T01:07:14.135Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 167e4b0d-9ebf-474f-8d0d-556342426848 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-13T01:07:14.214Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T01:07:14.215Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:07:14.215Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:07:14.215Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8634445e-86f7-49eb-aafd-3c2bc4b16c08 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:14.215Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:14.216Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:14.414Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:14.422Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8634445e-86f7-49eb-aafd-3c2bc4b16c08 163271
2023-05-13T01:07:14.422Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-13T01:07:14.422Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:14.422Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:14.422Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:14.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:14.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940034422,
  "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-13T01:07:15.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T01:07:15.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:07:15.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8634445e-86f7-49eb-aafd-3c2bc4b16c08, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:15.429Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-05-13T01:07:15.430Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:15.430Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:15.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14005159342654512226/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-05-13T01:07:16.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-13T01:07:16.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-13T01:07:16.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:16.423Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.424Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-13T01:07:16.425Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:16.426Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b00b3132-1919-49d8-b400-dafef70d08fa
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:16.427Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:16.428Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:167e4b0d-9ebf-474f-8d0d-556342426848
Model Version:NULL
Model InvariantUuid:c1c4350f-2775-41a2-9fa0-2aa91c04de01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:9c534bb5-f313-4905-b38a-2e8830a07973
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78582683-2503-4e99-9b23-ed6afb83d8b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:00ac42ad-6a96-42a1-8df4-93b3c2edd75c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9513c0e1-32b4-48d3-89c6-da599cc8a180
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:288e887f-d68d-4f6a-bc60-b2ab212075b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:39e92584-bdfb-4fc9-9d68-0ea5a29f4d3e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f13b335d-e3d7-4856-916d-9300076f51c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b00b3132-1919-49d8-b400-dafef70d08fa
ModelInvariantUuid:68dde1c3-e99e-4a0f-958b-a73edce2938f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0259f52b-ccd9-4852-9376-41d5b361870b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f9795ad9-de04-4fc0-af0f-0976d218aa38
ModelInvariantUuid:1e9e3d89-4ff3-4d86-b72d-5555141c13d7
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:eb826407-ad99-456d-8de9-56adb36f9f7c
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-13T01:07:16.446Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a17b9d6d-4070-488c-ae7f-e41f81643299
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-13T01:07:16.452Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-05-13T01:07:16.452Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a17b9d6d-4070-488c-ae7f-e41f81643299
2023-05-13T01:07:16.452Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99714c82-15f9-4bb2-a487-8ea40c77789d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-13T01:07:16.453Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:16.453Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-13T01:07:16.550Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:16.550Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 99714c82-15f9-4bb2-a487-8ea40c77789d 1565
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:16.551Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940036551,
  "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-13T01:07:17.552Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39e92584-bdfb-4fc9-9d68-0ea5a29f4d3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f13b335d-e3d7-4856-916d-9300076f51c7",
    "vfModuleModelCustomizationUUID": "7ff5c4f5-e26a-40df-bb0b-379f4d6d992e",
    "isBase": true,
    "artifacts": [
      "4b646a3a-8da5-47c9-8b5f-b413a949a4f9",
      "384df9e2-2e18-42ad-8d92-145f68062d80"
    ],
    "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": "9513c0e1-32b4-48d3-89c6-da599cc8a180",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "288e887f-d68d-4f6a-bc60-b2ab212075b2",
    "vfModuleModelCustomizationUUID": "f56d416c-edd9-4dcd-88a5-dddffadec1ad",
    "isBase": false,
    "artifacts": [
      "fd73f659-7004-44c4-bb41-d7524d371a3a"
    ],
    "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-13T01:07:17.557Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13b335d-e3d7-4856-916d-9300076f51c7
VfModuleModelInvariantUUID:39e92584-bdfb-4fc9-9d68-0ea5a29f4d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b646a3a-8da5-47c9-8b5f-b413a949a4f9
,
384df9e2-2e18-42ad-8d92-145f68062d80

}
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:288e887f-d68d-4f6a-bc60-b2ab212075b2
VfModuleModelInvariantUUID:9513c0e1-32b4-48d3-89c6-da599cc8a180
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd73f659-7004-44c4-bb41-d7524d371a3a

}
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-13T01:07:17.560Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39e92584-bdfb-4fc9-9d68-0ea5a29f4d3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f13b335d-e3d7-4856-916d-9300076f51c7",
    "vfModuleModelCustomizationUUID": "7ff5c4f5-e26a-40df-bb0b-379f4d6d992e",
    "isBase": true,
    "artifacts": [
      "4b646a3a-8da5-47c9-8b5f-b413a949a4f9",
      "384df9e2-2e18-42ad-8d92-145f68062d80"
    ],
    "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": "9513c0e1-32b4-48d3-89c6-da599cc8a180",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "288e887f-d68d-4f6a-bc60-b2ab212075b2",
    "vfModuleModelCustomizationUUID": "f56d416c-edd9-4dcd-88a5-dddffadec1ad",
    "isBase": false,
    "artifacts": [
      "fd73f659-7004-44c4-bb41-d7524d371a3a"
    ],
    "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-13T01:07:17.561Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f13b335d-e3d7-4856-916d-9300076f51c7
VfModuleModelInvariantUUID:39e92584-bdfb-4fc9-9d68-0ea5a29f4d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b646a3a-8da5-47c9-8b5f-b413a949a4f9
,
384df9e2-2e18-42ad-8d92-145f68062d80

}
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:288e887f-d68d-4f6a-bc60-b2ab212075b2
VfModuleModelInvariantUUID:9513c0e1-32b4-48d3-89c6-da599cc8a180
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd73f659-7004-44c4-bb41-d7524d371a3a

}
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-13T01:07:17.561Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b646a3a-8da5-47c9-8b5f-b413a949a4f9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-13T01:07:17.561Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:17.561Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-13T01:07:17.673Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:17.674Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4b646a3a-8da5-47c9-8b5f-b413a949a4f9 914
2023-05-13T01:07:17.674Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-13T01:07:17.675Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-13T01:07:17.675Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:17.675Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:17.675Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:17.675Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940037674,
  "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-13T01:07:18.676Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1d58ebe7-6338-454f-a116-11e724a34dec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-13T01:07:18.680Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:18.681Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-13T01:07:18.795Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:18.796Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1d58ebe7-6338-454f-a116-11e724a34dec 12
2023-05-13T01:07:18.796Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-13T01:07:18.796Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-05-13T01:07:18.796Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:18.796Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:18.797Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:18.797Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940038796,
  "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-13T01:07:19.798Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 384df9e2-2e18-42ad-8d92-145f68062d80 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-13T01:07:19.798Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:19.799Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-13T01:07:19.911Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:19.912Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 384df9e2-2e18-42ad-8d92-145f68062d80 96
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:19.915Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940039915,
  "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-13T01:07:20.916Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd73f659-7004-44c4-bb41-d7524d371a3a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-13T01:07:20.917Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:07:20.917Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-13T01:07:21.043Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz fd73f659-7004-44c4-bb41-d7524d371a3a 20206
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:21.044Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:21.045Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940041044,
  "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-13T01:07:22.051Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 167e4b0d-9ebf-474f-8d0d-556342426848
2023-05-13T01:07:22.051Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a17b9d6d-4070-488c-ae7f-e41f81643299 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-13T01:07:22.078Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@687e5d7d, org.onap.sdc.toscaparser.api.parameters.Input@62294487, org.onap.sdc.toscaparser.api.parameters.Input@54a3ec00, org.onap.sdc.toscaparser.api.parameters.Input@4980224b, org.onap.sdc.toscaparser.api.parameters.Input@538f1bb3]
2023-05-13T01:07:22.081Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.081Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.081Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-05-13T01:07:22.082Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 00ac42ad-6a96-42a1-8df4-93b3c2edd75c
2023-05-13T01:07:22.082Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00ac42ad-6a96-42a1-8df4-93b3c2edd75c matches Tosca VF Customization UUID: 00ac42ad-6a96-42a1-8df4-93b3c2edd75c
2023-05-13T01:07:22.082Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 00ac42ad-6a96-42a1-8df4-93b3c2edd75c  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-13T01:07:22.087Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.088Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 00ac42ad-6a96-42a1-8df4-93b3c2edd75c: {\"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-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7878be85
2023-05-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f56d416c-edd9-4dcd-88a5-dddffadec1ad
2023-05-13T01:07:22.089Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f56d416c-edd9-4dcd-88a5-dddffadec1ad
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-13T01:07:22.095Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.095Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:22.096Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:22.096Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.096Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:22.096Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:07:22.096Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.097Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-05-13T01:07:22.097Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=00ac42ad-6a96-42a1-8df4-93b3c2edd75c
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-13T01:07:22.101Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.101Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 167e4b0d-9ebf-474f-8d0d-556342426848: basic_cnf_macro
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.102Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.103Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.103Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.103Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.103Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:07:22.103Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:07:22.104Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-05-13T01:07:22.212Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a17b9d6d-4070-488c-ae7f-e41f81643299 2 ASDC deployResourceStructure
2023-05-13T01:07:22.213Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-05-13T01:07:22.213Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-05-13T01:07:22.213Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:07:22.213Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:22.214Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:22.214Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940042213,
  "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-13T01:07:23.215Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-05-13T01:07:23.216Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-05-13T01:07:23.216Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:07:23.216Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:23.216Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:23.217Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940043215,
  "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-13T01:07:24.224Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-05-13T01:07:24.224Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-05-13T01:07:24.225Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-13T01:07:24.225Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:24.225Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:24.225Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940044218,
  "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-13T01:07:25.226Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-05-13T01:07:25.227Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-05-13T01:07:25.227Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:07:25.227Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:25.227Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:25.227Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940045226,
  "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-13T01:07:26.228Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-05-13T01:07:26.229Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-05-13T01:07:26.229Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-05-13T01:07:26.229Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:26.229Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:26.230Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940046228,
  "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-13T01:07:27.231Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-05-13T01:07:27.233Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-05-13T01:07:27.233Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:07:27.233Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:07:27.233Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:07:27.233Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940047231,
  "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-13T01:07:28.234Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T01:07:28.263Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
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-13T01:07:28.268Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T01:07:28.269Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T01:07:28.269Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T01:07:44.040Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:44.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:07:44.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:07:58.269Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T01:07:58.288Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
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-13T01:07:58.291Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T01:07:58.291Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T01:07:58.291Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T01:08:28.292Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T01:08:28.313Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
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-13T01:08:28.318Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T01:08:28.319Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-13T01:08:28.319Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-13T01:08:44.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:08:44.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.044Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.047Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.049Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.050Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.055Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940019067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940016879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940021258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940004555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683939986956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940001173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940022801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940034589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940034439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940034422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940033435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940034564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940034288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940035567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940035563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.059Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940036569,
  "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-13T01:08:44.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5bfb631-f5b2-4c15-8895-560b6d49cf35
2023-05-13T01:08:44.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:08:44.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940036551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940036674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940036448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940036506,
  "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-13T01:08:44.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5bfb631-f5b2-4c15-8895-560b6d49cf35
2023-05-13T01:08:44.120Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:08:44.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.145Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940037674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940037814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.146Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940037451,
  "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-13T01:08:44.161Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5bfb631-f5b2-4c15-8895-560b6d49cf35
2023-05-13T01:08:44.161Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:08:44.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.184Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940038796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.184Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940039052,
  "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-13T01:08:44.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5bfb631-f5b2-4c15-8895-560b6d49cf35
2023-05-13T01:08:44.199Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940039915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940040062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940041044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940041583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940042213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940042586,
  "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-13T01:08:44.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5bfb631-f5b2-4c15-8895-560b6d49cf35
2023-05-13T01:08:44.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:08:44.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.251Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940043215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.253Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.254Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940044218,
  "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-13T01:08:44.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940045226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.257Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940046228,
  "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-13T01:08:44.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.259Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940047231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.262Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940037570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940041067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683940033124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.266Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940037508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940051047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940050041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940051187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940052190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940052185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.270Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1683940051579,
  "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-13T01:08:44.308Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb34cac1-6c3d-4fa8-abe6-92590d204a7d
2023-05-13T01:08:44.308Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:08:44.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.329Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.329Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1683940053192,
  "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-13T01:08:44.340Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb34cac1-6c3d-4fa8-abe6-92590d204a7d
2023-05-13T01:08:44.340Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:08:44.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940053290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940046879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940054355,
  "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-13T01:08:44.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb34cac1-6c3d-4fa8-abe6-92590d204a7d
2023-05-13T01:08:44.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:08:44.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.395Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940055045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1683940055358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.397Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940061316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940052801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.398Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "aai-model-loader",
  "timestamp": 1683940062320,
  "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-13T01:08:44.412Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb34cac1-6c3d-4fa8-abe6-92590d204a7d
2023-05-13T01:08:44.412Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:08:44.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-13T01:08:44.437Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940061633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:08:44.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:08:58.320Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T01:08:58.347Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35
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-13T01:08:58.353Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T01:08:58.354Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:08:58.355Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-13T01:08:58.370Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-13T01:09:28.370Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35 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-13T01:09:28.383Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5bfb631-f5b2-4c15-8895-560b6d49cf35 and serviceModelVersionId: 167e4b0d-9ebf-474f-8d0d-556342426848
2023-05-13T01:09:28.384Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1c4350f-2775-41a2-9fa0-2aa91c04de01
2023-05-13T01:09:28.385Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?depth=0
2023-05-13T01:09:28.392Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-05-13T01:09:28.466Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?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-13T01:09:28.467Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?depth=0|INFO|500||Invoke
2023-05-13T01:09:28.481Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-13T01:09:28.692Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?depth=0|INFO|500||InvokeReturn
2023-05-13T01:09:28.693Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1c4350f-2775-41a2-9fa0-2aa91c04de01/model-vers/model-ver/167e4b0d-9ebf-474f-8d0d-556342426848?depth=0 has http status code:200 and response headers:{date=[Sat, 13 May 2023 01:09:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[204], vertex-id=[254024], x-aai-txid=[2-aai-resources-230513-01:09:28:492-16514], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-13T01:09:28.693Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-05-13T01:09:28.693Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-13T01:09:28.693Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-13T01:09:29.799Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-13T01:09:29.800Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5bfb631-f5b2-4c15-8895-560b6d49cf35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-13T01:09:29.800Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-13T01:09:29.800Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:29.801Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:29.801Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940169800,
  "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-13T01:09:30.835Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:09:30.844Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-05-13T01:09:30.844Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"fb34cac1-6c3d-4fa8-abe6-92590d204a7d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c0c09e60-c4da-4bce-9394-8736015a03bb","serviceDescription":"service","serviceInvariantUUID":"431e2977-48c8-4885-8036-6f5ac842b62f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2b80f94-8231-4391-b3e2-34c7d8e05a85","resourceInvariantUUID":"1236dafd-a01f-4e9c-8d2b-f357fe75d60d","resourceCustomizationUUID":"f8f4e29d-386c-4b0b-8c8c-091fa5f84136","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":"OTRiMTQyOGMwOGNlNzIxMjNiNTRlM2VjOTZhZDBjZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33dce6cd-cb6a-467b-af83-6aa7e76b85c1","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":"MjkwOGI4NmZkNTQ3OWNkNTYwYjM5NTU3ZTI5OTE1YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfc720fb-3c8b-4727-a62d-9b44059d6903","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":"7575d413-80ff-4357-bd33-15dc080ee2e5","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":"d07c0204-cfdd-43b8-98f7-09ff94726db6","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":"575a2473-8995-4e31-8a40-a503479c5d44","artifactVersion":"2","generatedFromUUID":"7575d413-80ff-4357-bd33-15dc080ee2e5"},{"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":"Y2FhOTQxNjlkMGU5YzkyZGNkY2MxNTZkNDIyMjVjN2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"48892b90-1483-4113-b042-be44c7bfe92c","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":"OTdkYmEwNWM3NTU3ZjA5ZjUyMGExMDkwMjU3MzgxNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5790cb1-ff60-43f2-ac3d-0350a0f42625","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDkyMGMzYTE4NDM3OTRkZDBiMDQzNjA2MjdmZWE4NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2878eea-ed7e-4e29-8548-4cdfea963868","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-13T01:09:30.846Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:30.846Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:30.846Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:30.846Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:31.847Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:31.847Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:31.847Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:31.848Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:32.848Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:32.849Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:32.849Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:32.849Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:33.850Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:33.851Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:33.851Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:33.851Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:34.852Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:34.853Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:34.853Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:34.853Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:35.854Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:35.854Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:35.854Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:35.855Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:36.856Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:36.856Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:36.856Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:36.856Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "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-13T01:09:37.857Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-13T01:09:37.858Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:37.858Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:37.858Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:09:38.859Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c0c09e60-c4da-4bce-9394-8736015a03bb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "431e2977-48c8-4885-8036-6f5ac842b62f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f8f4e29d-386c-4b0b-8c8c-091fa5f84136",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2b80f94-8231-4391-b3e2-34c7d8e05a85",
      "resourceInvariantUUID": "1236dafd-a01f-4e9c-8d2b-f357fe75d60d",
      "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": "MjkwOGI4NmZkNTQ3OWNkNTYwYjM5NTU3ZTI5OTE1YWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dfc720fb-3c8b-4727-a62d-9b44059d6903",
          "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": "7575d413-80ff-4357-bd33-15dc080ee2e5",
          "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": "575a2473-8995-4e31-8a40-a503479c5d44",
            "generatedFromUUID": "7575d413-80ff-4357-bd33-15dc080ee2e5"
          },
          "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": "575a2473-8995-4e31-8a40-a503479c5d44",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDkyMGMzYTE4NDM3OTRkZDBiMDQzNjA2MjdmZWE4NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c2878eea-ed7e-4e29-8548-4cdfea963868"
    }
  ],
  "workloadContext": "Production"
}
2023-05-13T01:09:38.859Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-13T01:09:38.859Z|e5bfb631-f5b2-4c15-8895-560b6d49cf35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0c09e60-c4da-4bce-9394-8736015a03bb ASDC
2023-05-13T01:09:38.860Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fb34cac1-6c3d-4fa8-abe6-92590d204a7d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c0c09e60-c4da-4bce-9394-8736015a03bb
ServiceInvariantUUID:431e2977-48c8-4885-8036-6f5ac842b62f
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:c2878eea-ed7e-4e29-8548-4cdfea963868
ArtifactChecksum:ZDkyMGMzYTE4NDM3OTRkZDBiMDQzNjA2MjdmZWE4NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f8f4e29d-386c-4b0b-8c8c-091fa5f84136
ResourceInvariantUUID:1236dafd-a01f-4e9c-8d2b-f357fe75d60d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f2b80f94-8231-4391-b3e2-34c7d8e05a85
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:dfc720fb-3c8b-4727-a62d-9b44059d6903
ArtifactChecksum:MjkwOGI4NmZkNTQ3OWNkNTYwYjM5NTU3ZTI5OTE1YWQ=
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:7575d413-80ff-4357-bd33-15dc080ee2e5
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:575a2473-8995-4e31-8a40-a503479c5d44
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:575a2473-8995-4e31-8a40-a503479c5d44
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-05-13T01:09:38.860Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0c09e60-c4da-4bce-9394-8736015a03bb 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-13T01:09:38.933Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T01:09:38.934Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:09:38.934Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:09:38.934Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c2878eea-ed7e-4e29-8548-4cdfea963868 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-13T01:09:38.934Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:09:38.934Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-05-13T01:09:39.064Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:09:39.067Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c2878eea-ed7e-4e29-8548-4cdfea963868 82977
2023-05-13T01:09:39.067Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:39.067Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:39.068Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:09:39.068Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:39.068Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:39.069Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940179067,
  "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-13T01:09:40.069Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-13T01:09:40.070Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-05-13T01:09:40.071Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c2878eea-ed7e-4e29-8548-4cdfea963868, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:40.071Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-05-13T01:09:40.072Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:40.072Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:40.271Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14833708474581728927/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-13T01:09:41.289Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:41.290Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T01:09:41.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:41.292Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c9ed2b2-8fc8-4ab6-945e-53154b5fdf04
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:41.294Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:41.294Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c0c09e60-c4da-4bce-9394-8736015a03bb
Model Version:NULL
Model InvariantUuid:431e2977-48c8-4885-8036-6f5ac842b62f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:746a25f4-b608-482a-aa9e-d4d04f63c74a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1236dafd-a01f-4e9c-8d2b-f357fe75d60d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8f4e29d-386c-4b0b-8c8c-091fa5f84136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0df5693d-6920-4b8d-ad1d-4f4fcb29f17b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b1b9da81-9670-4df3-9aba-2c09f7ae224e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c9ed2b2-8fc8-4ab6-945e-53154b5fdf04
ModelInvariantUuid:2d0083e1-7e09-42e3-9ddf-c9593f6f03f2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3d573469-b192-45eb-ba92-5c5302059eff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:07216734-c926-4c24-bbfa-ea9f80d20b66
ModelInvariantUuid:62cb3654-84e2-4438-8f9e-8506d18daf30
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a9bd3806-effa-4d10-aa74-b79e0e23136f
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-13T01:09:41.317Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f2b80f94-8231-4391-b3e2-34c7d8e05a85
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-13T01:09:41.323Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-05-13T01:09:41.324Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2b80f94-8231-4391-b3e2-34c7d8e05a85
2023-05-13T01:09:41.324Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dfc720fb-3c8b-4727-a62d-9b44059d6903 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-05-13T01:09:41.324Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:09:41.324Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.449Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:09:41.450Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json dfc720fb-3c8b-4727-a62d-9b44059d6903 792
2023-05-13T01:09:41.450Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.450Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:41.450Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:09:41.451Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:41.451Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:41.451Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940181450,
  "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-13T01:09:42.452Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0df5693d-6920-4b8d-ad1d-4f4fcb29f17b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1b9da81-9670-4df3-9aba-2c09f7ae224e",
    "vfModuleModelCustomizationUUID": "0662727b-c171-45cc-b7a9-92f251c19e50",
    "isBase": true,
    "artifacts": [
      "7575d413-80ff-4357-bd33-15dc080ee2e5",
      "575a2473-8995-4e31-8a40-a503479c5d44"
    ],
    "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-13T01:09:42.457Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1b9da81-9670-4df3-9aba-2c09f7ae224e
VfModuleModelInvariantUUID:0df5693d-6920-4b8d-ad1d-4f4fcb29f17b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7575d413-80ff-4357-bd33-15dc080ee2e5
,
575a2473-8995-4e31-8a40-a503479c5d44

}
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-13T01:09:42.461Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0df5693d-6920-4b8d-ad1d-4f4fcb29f17b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1b9da81-9670-4df3-9aba-2c09f7ae224e",
    "vfModuleModelCustomizationUUID": "0662727b-c171-45cc-b7a9-92f251c19e50",
    "isBase": true,
    "artifacts": [
      "7575d413-80ff-4357-bd33-15dc080ee2e5",
      "575a2473-8995-4e31-8a40-a503479c5d44"
    ],
    "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-13T01:09:42.461Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1b9da81-9670-4df3-9aba-2c09f7ae224e
VfModuleModelInvariantUUID:0df5693d-6920-4b8d-ad1d-4f4fcb29f17b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7575d413-80ff-4357-bd33-15dc080ee2e5
,
575a2473-8995-4e31-8a40-a503479c5d44

}
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-13T01:09:42.461Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7575d413-80ff-4357-bd33-15dc080ee2e5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-05-13T01:09:42.461Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:09:42.462Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:42.558Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:09:42.558Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7575d413-80ff-4357-bd33-15dc080ee2e5 5033
2023-05-13T01:09:42.559Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:42.559Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:42.559Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:09:42.559Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:42.559Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:42.560Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940182559,
  "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-13T01:09:43.560Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 575a2473-8995-4e31-8a40-a503479c5d44 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-05-13T01:09:43.561Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-05-13T01:09:43.561Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:43.684Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-05-13T01:09:43.685Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 575a2473-8995-4e31-8a40-a503479c5d44 903
2023-05-13T01:09:43.686Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:43.686Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:43.686Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-13T01:09:43.686Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:43.687Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:43.687Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940183686,
  "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-13T01:09:44.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:09:44.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-13T01:09:44.042Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940063796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:09:44.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:09:44.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-13T01:09:44.043Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1683940064800,
  "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-13T01:09:44.065Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb34cac1-6c3d-4fa8-abe6-92590d204a7d
2023-05-13T01:09:44.065Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:09:44.688Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c0c09e60-c4da-4bce-9394-8736015a03bb
2023-05-13T01:09:44.688Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f2b80f94-8231-4391-b3e2-34c7d8e05a85 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-13T01:09:44.719Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d88ec4, org.onap.sdc.toscaparser.api.parameters.Input@4a9ce96a, org.onap.sdc.toscaparser.api.parameters.Input@335a866, org.onap.sdc.toscaparser.api.parameters.Input@7df764ab, org.onap.sdc.toscaparser.api.parameters.Input@3f1b7b7f]
2023-05-13T01:09:44.721Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.721Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.721Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-05-13T01:09:44.721Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f8f4e29d-386c-4b0b-8c8c-091fa5f84136
2023-05-13T01:09:44.721Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8f4e29d-386c-4b0b-8c8c-091fa5f84136 matches Tosca VF Customization UUID: f8f4e29d-386c-4b0b-8c8c-091fa5f84136
2023-05-13T01:09:44.722Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f8f4e29d-386c-4b0b-8c8c-091fa5f84136  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-13T01:09:44.726Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.726Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.726Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f8f4e29d-386c-4b0b-8c8c-091fa5f84136: {\"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-13T01:09:44.726Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7aad07ed
2023-05-13T01:09:44.727Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.727Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-13T01:09:44.727Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0662727b-c171-45cc-b7a9-92f251c19e50
2023-05-13T01:09:44.727Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0662727b-c171-45cc-b7a9-92f251c19e50
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-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-05-13T01:09:44.731Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-05-13T01:09:44.732Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-05-13T01:09:44.732Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c9ed2b2-8fc8-4ab6-945e-53154b5fdf04
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-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-05-13T01:09:44.736Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f8f4e29d-386c-4b0b-8c8c-091fa5f84136
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-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c0c09e60-c4da-4bce-9394-8736015a03bb: basic_vm_macro
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.740Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-05-13T01:09:44.741Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-13T01:09:44.741Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:44.946Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f2b80f94-8231-4391-b3e2-34c7d8e05a85 1 ASDC deployResourceStructure
2023-05-13T01:09:44.946Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:44.946Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:44.946Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:09:44.947Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:44.947Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:44.947Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940184946,
  "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-13T01:09:45.949Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:45.949Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:45.949Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:09:45.949Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:45.950Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:45.950Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940185949,
  "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-13T01:09:46.951Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:46.951Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:46.951Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:09:46.952Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:46.952Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:46.952Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940186951,
  "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-13T01:09:47.953Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:47.953Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||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-13T01:09:47.954Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-13T01:09:47.954Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:09:47.954Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:09:47.954Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940187953,
  "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-13T01:09:48.955Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb34cac1-6c3d-4fa8-abe6-92590d204a7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T01:09:48.978Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb34cac1-6c3d-4fa8-abe6-92590d204a7d
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-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-05-13T01:09:48.983Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-05-13T01:09:48.998Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-13T01:10:18.998Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb34cac1-6c3d-4fa8-abe6-92590d204a7d 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-13T01:10:19.012Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb34cac1-6c3d-4fa8-abe6-92590d204a7d and serviceModelVersionId: c0c09e60-c4da-4bce-9394-8736015a03bb
2023-05-13T01:10:19.013Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 431e2977-48c8-4885-8036-6f5ac842b62f
2023-05-13T01:10:19.013Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?depth=0
2023-05-13T01:10:19.016Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-05-13T01:10:19.042Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?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-13T01:10:19.043Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?depth=0|INFO|500||Invoke
2023-05-13T01:10:19.054Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-05-13T01:10:19.206Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?depth=0|INFO|500||InvokeReturn
2023-05-13T01:10:19.206Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/431e2977-48c8-4885-8036-6f5ac842b62f/model-vers/model-ver/c0c09e60-c4da-4bce-9394-8736015a03bb?depth=0 has http status code:200 and response headers:{date=[Sat, 13 May 2023 01:10:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[237592], x-aai-txid=[1-aai-resources-230513-01:10:19:062-15750], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-13T01:10:19.206Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-05-13T01:10:19.206Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-13T01:10:19.206Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-13T01:10:19.216Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-05-13T01:10:19.216Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb34cac1-6c3d-4fa8-abe6-92590d204a7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-13T01:10:19.217Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-13T01:10:19.217Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-05-13T01:10:19.217Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-13T01:10:19.217Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940219217,
  "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-13T01:10:20.252Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:10:44.040Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:10:44.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "e5bfb631-f5b2-4c15-8895-560b6d49cf35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940169800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-13T01:10:44.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:10:44.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.046Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-05-13T01:10:44.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.047Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-05-13T01:10:44.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940170835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940179067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:10:44.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940181450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940182559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:10:44.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:10:44.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:10:44.051Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940183686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-05-13T01:10:44.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:11:20.253Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:11:44.039Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:11:44.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:11:44.042Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940184946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-05-13T01:11:44.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940185949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940186951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:11:44.043Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940187953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-05-13T01:11:44.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:11:44.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-05-13T01:11:44.044Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb34cac1-6c3d-4fa8-abe6-92590d204a7d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1683940219217,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-13T01:11:44.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-13T01:12:20.255Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:12:44.039Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:13:20.255Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:13:44.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:14:20.258Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:14:44.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:15:20.259Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:15:44.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:16:20.259Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:16:44.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:17:20.261Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:17:44.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:18:20.262Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:18:44.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:19:20.263Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:19:44.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:20:20.263Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:20:44.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:21:20.264Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:21:44.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:22:20.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:22:44.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:23:20.266Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:23:44.054Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:24:20.267Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:24:44.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:25:20.268Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:25:44.056Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:26:20.270Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:26:44.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:27:20.271Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:27:44.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:28:20.271Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:28:44.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:29:20.272Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:29:44.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:30:20.274Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:30:44.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:31:20.275Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:31:44.063Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:32:20.276Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:32:44.064Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:33:20.277Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:33:44.064Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:34:20.279Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:34:44.066Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:35:20.281Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:35:44.068Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:36:20.283Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:36:44.068Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:37:20.284Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:37:44.068Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:38:20.284Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:38:44.070Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:39:20.286Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:39:44.071Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:40:20.287Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:40:44.072Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:41:20.288Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:41:44.074Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:42:20.289Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:42:44.074Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:43:20.291Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:43:44.076Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:44:20.293Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:44:44.077Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:45:20.294Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:45:44.077Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:46:20.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:46:44.077Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:47:20.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:47:44.079Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:48:20.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:48:44.083Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:49:20.300Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:49:44.085Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:50:20.301Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:50:44.087Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:51:20.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:51:44.088Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:52:20.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:52:44.089Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:53:20.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:53:44.090Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:54:20.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:54:44.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:55:20.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:55:44.093Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:56:20.308Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:56:44.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:57:20.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:57:44.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:58:20.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:58:44.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T01:59:20.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T01:59:44.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:00:20.313Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:00:44.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:01:20.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:01:44.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:02:20.315Z|fb34cac1-6c3d-4fa8-abe6-92590d204a7d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:02:44.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:03:20.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:03:44.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:04:20.319Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:04:44.104Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:05:20.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:05:44.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:06:20.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:06:44.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:07:20.321Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:07:44.108Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:08:20.323Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:08:44.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:09:20.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:09:44.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:10:20.326Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:10:44.112Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:11:20.327Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:11:44.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:12:20.327Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:12:44.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:13:20.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:13:44.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:14:20.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:14:44.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:15:20.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:15:44.116Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:16:20.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:16:44.118Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:17:20.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:17:44.118Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:18:20.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:18:44.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:19:20.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:19:44.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:20:20.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:20:44.121Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:21:20.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:21:44.123Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:22:20.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:22:44.124Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:23:20.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:23:44.126Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:24:20.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:24:44.127Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:25:20.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:25:44.127Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:26:20.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:26:44.128Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:27:20.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:27:44.130Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:28:20.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:28:44.131Z|3811c0d6-a7ed-4394-822e-548dcc859513|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:29:20.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:29:44.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:30:20.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:30:44.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-13T02:31:20.348Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-13T02:31:44.138Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO