Results

By type

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

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

2023-02-11T05:57:47.083Z||main|||||INFO|500||The following profiles are active: basic
2023-02-11T05:57:58.811Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-11T05:57:58.812Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-11T05:57:58.930Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-11T05:58:03.530Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-11T05:58:04.007Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-11T05:58:04.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-11T05:58:04.884Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-11T05:58:05.596Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-11T05:58:07.966Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-11T05:58:08.698Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-11T05:58:11.838Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-11T05:58:12.019Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-11T05:58:12.041Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-11T05:58:12.056Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-11T05:58:12.749Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-11T05:58:13.259Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-11T05:58:14.389Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-11T05:58:15.162Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-11T05:58:15.163Z||main|||||ERROR|500||(conn=1998) Table 'catalogdb.activity_spec' doesn't exist
2023-02-11T05:58:15.175Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-11T05:58:18.272Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-11T05:58:21.373Z||main|||||WARN|500||---
2023-02-11T05:58:21.373Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-11T05:58:21.373Z||main|||||WARN|500||---
2023-02-11T05:58:21.760Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-11T05:58:26.836Z||main|||||INFO|500||Started Application in 43.19 seconds (JVM running for 45.57)
2023-02-11T05:58:26.859Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-11T05:58:26.862Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-11T05:58:26.871Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-11T05:58:26.930Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 929dca6a-97db-43fe-a598-a7bc3dddf771 url= /sdc/v1/artifactTypes
2023-02-11T05:58:26.935Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-11T05:58:27.150Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-11T05:58:27.201Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-11T05:58:27.202Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-11T05:58:27.203Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 47fa63b8-a644-4732-bf40-e4461e1ec808 url= /sdc/v1/distributionKafkaData
2023-02-11T05:58:27.203Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-11T05:58:27.294Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-11T05:58:27.300Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5b4106cc
2023-02-11T05:58:27.381Z||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-ac11a0c9-8710-4390-b669-57f1bb677a1d
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-02-11T05:58:27.795Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-11T05:58:27.796Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-11T05:58:27.796Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676095107795
2023-02-11T05:58:27.797Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:58:27.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:58:27.809Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-11T05:58:28.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Cluster ID: u1T2zFbEQeuVigUAPkyVfA
2023-02-11T05:58:28.646Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.646Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.647Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.647Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.647Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.648Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.648Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.649Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:28.649Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.649Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 AC8vcqLfSmW8K89qRT0eIg
2023-02-11T05:58:28.651Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Cluster ID: u1T2zFbEQeuVigUAPkyVfA
2023-02-11T05:58:28.654Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Cluster ID: u1T2zFbEQeuVigUAPkyVfA
2023-02-11T05:58:28.656Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] ProducerId set to 1003 with epoch 0
2023-02-11T05:58:28.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-11T05:58:28.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-11T05:58:28.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] (Re-)joining group
2023-02-11T05:58:28.699Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] (Re-)joining group
2023-02-11T05:58:28.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b-567f97a7-8c45-4dff-8043-cc7475f3b4c0
2023-02-11T05:58:28.764Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea-151a2138-f601-4ecd-a70d-1435a1300b6e
2023-02-11T05:58:28.764Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-11T05:58:28.764Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-11T05:58:28.764Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] (Re-)joining group
2023-02-11T05:58:28.765Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] (Re-)joining group
2023-02-11T05:58:34.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b-567f97a7-8c45-4dff-8043-cc7475f3b4c0', protocol='range'}
2023-02-11T05:58:34.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea-151a2138-f601-4ecd-a70d-1435a1300b6e', protocol='range'}
2023-02-11T05:58:35.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.040Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.041Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.041Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.041Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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 j3Y44JqmRTSYDqyfoW6C7g
2023-02-11T05:58:35.047Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea-151a2138-f601-4ecd-a70d-1435a1300b6e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b-567f97a7-8c45-4dff-8043-cc7475f3b4c0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-02-11T05:58:35.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea-151a2138-f601-4ecd-a70d-1435a1300b6e', protocol='range'}
2023-02-11T05:58:35.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b-567f97a7-8c45-4dff-8043-cc7475f3b4c0', protocol='range'}
2023-02-11T05:58:35.188Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-11T05:58:35.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-11T05:58:35.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-11T05:58:35.193Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-11T05:58:35.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-11T05:58:35.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-11T05:58:35.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-11T05:58:35.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-11T05:58:35.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-11T05:58:35.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-11T05:58:35.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-11T05:58:35.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-11T05:58:35.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-11T05:58:35.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-11T05:58:35.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-11T05:58:35.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-11T05:58:35.310Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T05:58:35.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T05:58:35.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:58:35.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:58:35.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T05:58:35.437Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T05:58:35.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:58:35.438Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:58:35.438Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T05:58:35.439Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T05:58:35.519Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:58:35.520Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, 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-02-11T05:59:27.781Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:59:27.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:00:27.784Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:00:27.806Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:01:27.786Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:01:27.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:02:27.788Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:02:27.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:03:27.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:03:27.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:04:27.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:04:27.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:05:27.794Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:05:27.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:06:27.795Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:06:27.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:07:27.796Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:07:27.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:07:28.658Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-85454661-5f43-4bbf-96b9-b49806f171ea, groupId=so] Node -1 disconnected.
2023-02-11T06:07:28.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cb65defa-0b88-4d06-aacf-d5f31894457b, groupId=so] Node -1 disconnected.
2023-02-11T06:07:28.941Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Node -1 disconnected.
2023-02-11T06:07:58.585Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-11T06:08:27.797Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:08:27.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:09:27.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:09:27.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:10:27.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:10:27.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:11:27.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:11:27.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:12:27.802Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:12:27.821Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:13:27.804Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:13:27.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:14:27.806Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:14:27.824Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:15:27.807Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:15:27.825Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:16:27.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:16:27.825Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:17:27.809Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:17:27.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:18:27.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:18:27.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:19:27.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:19:27.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:20:27.813Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:20:27.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:21:27.814Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:21:27.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:22:27.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:22:27.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:23:27.817Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:23:27.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:24:27.819Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:24:27.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:25:27.819Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:25:27.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:26:27.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:26:27.834Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:27:27.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:27:27.836Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:28:27.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:28:27.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:29:27.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:29:27.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:30:27.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:30:27.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:31:27.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:31:27.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:32:27.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:32:27.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:33:27.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:33:27.842Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:34:27.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:34:27.843Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:35:27.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:35:27.843Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:36:27.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:36:27.844Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:37:27.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:37:27.845Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:38:27.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:38:27.847Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:39:27.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:39:27.847Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:40:27.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:40:27.849Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:41:27.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:41:27.849Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:42:27.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:42:27.849Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:43:27.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:43:27.850Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:44:27.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:44:27.852Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:45:27.849Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:45:27.852Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:46:27.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:46:27.854Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:47:27.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:47:27.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:48:27.852Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:48:27.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:49:27.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:49:27.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:50:27.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:50:27.856Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:51:27.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:51:27.858Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:52:27.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:52:27.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:53:27.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:53:27.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:54:27.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:54:27.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:55:27.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:55:27.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:56:27.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:56:27.863Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:57:27.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:57:27.865Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:58:27.866Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:58:27.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:59:27.868Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:59:27.868Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:00:27.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:00:27.869Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:01:27.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:01:27.870Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:02:27.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:02:27.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:03:27.872Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:03:27.878Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:04:27.874Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:04:27.878Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:05:27.875Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:05:27.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:06:27.875Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:06:27.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:07:27.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:07:27.880Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:08:27.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:08:27.880Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:09:27.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:09:27.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:10:27.880Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:10:27.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:11:27.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:11:27.883Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:12:27.884Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:12:27.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:13:27.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:13:27.885Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:14:27.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:14:27.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:15:27.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:15:27.886Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:16:27.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:16:27.887Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:17:27.887Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:17:27.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:18:27.889Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:18:27.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:19:27.889Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:19:27.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:20:27.889Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:20:27.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:21:27.890Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:21:27.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:22:27.891Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:22:27.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:23:27.893Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:23:27.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:24:27.894Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:24:27.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:25:27.895Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:25:27.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:26:27.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:26:27.896Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:27:27.897Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:27:27.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:28:27.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:28:27.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:29:27.900Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:29:27.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:30:27.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:30:27.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:31:27.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:31:27.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:32:27.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:32:27.903Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:33:27.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:33:27.905Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:34:27.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:34:27.906Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:35:27.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:35:27.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:36:27.907Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:36:27.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:37:27.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:37:27.909Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:38:27.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:38:27.910Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:39:27.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:39:27.910Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:40:27.912Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:40:27.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:41:27.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:41:27.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:42:27.919Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:42:27.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:43:27.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:43:27.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:44:27.920Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:44:27.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:45:27.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:45:27.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:46:27.922Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:46:27.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:47:27.923Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:47:27.924Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:48:27.924Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:48:27.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:49:27.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:49:27.925Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:50:27.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:50:27.926Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:51:27.926Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:51:27.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:52:27.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:52:27.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:53:27.929Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:53:27.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:54:27.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:54:27.930Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:55:27.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:55:27.931Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:56:27.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:56:27.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:57:27.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:57:27.932Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:58:27.933Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:58:27.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T07:59:27.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T07:59:27.935Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:00:27.936Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:00:27.937Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:01:27.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:01:27.938Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:02:27.939Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:02:27.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:03:27.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:03:27.939Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:04:27.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:04:27.941Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:05:27.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:05:27.943Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:06:27.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:06:27.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:07:27.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:07:27.949Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:08:27.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:08:27.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:09:27.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:09:27.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:10:27.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:10:27.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:11:27.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:11:27.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:12:27.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:12:27.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:13:27.950Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:13:27.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:14:27.951Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:14:27.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:15:27.954Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:15:27.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:16:27.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:16:27.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:17:27.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:17:27.958Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:18:27.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:18:27.960Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:19:27.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:19:27.962Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:20:27.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:20:27.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:21:27.960Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:21:27.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:22:27.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:22:27.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:23:27.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:23:27.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:24:27.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:24:27.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:25:27.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:25:27.965Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:26:27.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:26:27.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:27:27.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:27:27.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:28:27.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:28:27.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:29:27.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:29:27.969Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:30:27.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:30:27.970Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:31:27.974Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:31:27.974Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:32:27.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:32:27.976Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:33:27.976Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:33:27.977Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:34:27.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:34:27.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:35:27.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:35:27.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:36:27.980Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:36:27.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:37:27.980Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:37:27.980Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:38:27.981Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:38:27.982Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:39:27.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:39:27.983Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:40:27.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:40:27.984Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:41:27.984Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:41:27.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:42:27.985Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:42:27.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:43:27.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:43:27.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:44:27.988Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:44:27.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:45:27.990Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:45:27.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:46:27.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:46:27.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:47:27.992Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:47:27.992Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:48:27.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:48:27.994Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:49:27.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:49:27.994Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:50:27.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:50:27.996Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:51:27.996Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:51:27.997Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:52:27.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:52:27.998Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:53:27.998Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:53:27.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:54:28.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:54:28.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:55:28.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:55:28.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:56:28.003Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:56:28.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:57:28.003Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:57:28.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:58:28.005Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:58:28.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T08:59:28.007Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T08:59:28.009Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:00:28.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:00:28.011Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:01:28.009Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:01:28.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:02:28.011Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:02:28.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:03:28.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:03:28.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:04:28.014Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:04:28.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:05:28.016Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:05:28.016Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:06:28.017Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:06:28.018Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:07:28.019Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:07:28.019Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:08:28.020Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:08:28.020Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:09:28.020Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:09:28.021Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:10:28.021Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:10:28.021Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:11:28.022Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:11:28.023Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:12:28.023Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:12:28.023Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:13:28.024Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:13:28.024Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:14:28.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:14:28.026Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:15:28.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:15:28.027Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:16:28.028Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:16:28.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:17:28.029Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:17:28.029Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:18:28.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:18:28.029Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:19:28.031Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:19:28.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:20:28.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:20:28.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:21:28.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:21:28.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:22:28.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:22:28.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:23:28.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:23:28.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:24:28.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:24:28.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:25:28.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:25:28.037Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:26:28.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:26:28.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:27:28.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:27:28.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:28:28.040Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:28:28.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:29:28.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:29:28.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:30:28.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:30:28.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:31:28.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:31:28.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:32:28.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:32:28.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:33:28.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:33:28.045Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:34:28.045Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:34:28.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:35:28.046Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:35:28.046Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:36:28.048Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:36:28.048Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:37:28.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:37:28.049Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:38:28.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:38:28.051Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:39:28.052Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:39:28.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:40:28.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:40:28.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:41:28.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:41:28.055Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:42:28.055Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:42:28.055Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:43:28.055Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:43:28.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:44:28.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:44:28.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:45:28.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:45:28.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:46:28.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:46:28.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:47:28.060Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:47:28.060Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:48:28.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:48:28.060Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:49:28.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:49:28.062Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:50:28.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:50:28.063Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:51:28.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:51:28.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:52:28.065Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:52:28.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:53:28.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:53:28.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:54:28.068Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:54:28.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:55:28.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:55:28.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:56:28.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:56:28.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:57:28.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:57:28.071Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:58:28.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:58:28.072Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T09:59:28.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T09:59:28.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:00:28.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:00:28.077Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:01:28.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:01:28.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:02:28.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:02:28.079Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:03:28.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:03:28.079Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:04:28.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:04:28.080Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:05:28.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:05:28.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:06:28.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:06:28.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:07:28.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:07:28.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:08:28.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:08:28.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:09:28.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:09:28.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:10:28.078Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:10:28.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:11:28.080Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:11:28.087Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:12:28.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:12:28.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:13:28.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:13:28.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:14:28.083Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:14:28.089Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:15:28.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:15:28.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:16:28.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:16:28.092Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:17:28.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:17:28.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:18:28.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:18:28.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:19:28.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:19:28.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:20:28.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:20:28.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:21:28.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:21:28.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:22:28.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:22:28.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:23:28.093Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:23:28.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:24:28.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:24:28.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:25:28.096Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:25:28.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:26:28.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:26:28.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:27:28.098Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:27:28.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:28:28.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:28:28.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:29:28.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:29:28.101Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:30:28.101Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:30:28.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:31:28.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:31:28.101Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:32:28.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:32:28.102Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:33:28.104Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:33:28.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:34:28.104Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:34:28.104Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:35:28.106Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:35:28.106Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:36:28.107Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:36:28.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:37:28.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:37:28.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:38:28.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:38:28.113Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:39:28.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:39:28.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:40:28.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:40:28.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:41:28.113Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:41:28.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:42:28.116Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:42:28.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:43:28.117Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:43:28.117Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:44:28.118Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:44:28.119Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:45:28.119Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:45:28.119Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:46:28.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:46:28.120Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:47:28.120Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:47:28.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:48:28.121Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:48:28.122Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:49:28.122Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:49:28.122Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:50:28.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:50:28.123Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:51:28.124Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:51:28.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:52:28.124Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:52:28.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:53:28.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:53:28.125Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:54:28.126Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:54:28.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:55:28.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:55:28.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:56:28.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:56:28.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:57:28.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:57:28.128Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:58:28.128Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:58:28.128Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T10:59:28.130Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T10:59:28.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:00:28.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:00:28.131Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:01:28.132Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:01:28.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:02:28.133Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:02:28.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:03:28.134Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:03:28.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:04:28.135Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:04:28.135Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:05:28.136Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:05:28.137Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:06:28.138Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:06:28.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:07:28.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:07:28.139Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:08:28.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:08:28.140Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:09:28.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:09:28.144Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:10:28.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:10:28.145Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:11:28.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:11:28.147Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:12:28.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:12:28.147Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:13:28.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:13:28.149Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:14:10.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T11:14:10.899Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ad4a7634-7f59-4a0f-98c9-ac1545a7f456","serviceName":"basic_onboard_KzjGGX","serviceVersion":"1.0","serviceUUID":"637ef8cc-adc0-4f36-ac72-25cbf15bad09","serviceDescription":"service","serviceInvariantUUID":"d24c4840-370e-4db6-923e-e478e8240f1b","resources":[{"resourceInstanceName":"basic_onboard_KzjGGX 0","resourceName":"basic_onboard_KzjGGX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ed1ee0a-f192-4018-a642-a49196337b0b","resourceInvariantUUID":"9e75b65a-bdc0-4b40-bddc-bb3c75df6b1f","resourceCustomizationUUID":"1d12b154-8f13-4ec9-8138-fb8513c6997a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml","artifactChecksum":"NjE4NDlkZGJmNmRiYTBkNzdkMjFkYjk0OTVjOTFmNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d97fec20-5991-4812-a4f5-c64dc65f5bbc","artifactVersion":"1"},{"artifactName":"basic_onboard_kzjggx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json","artifactChecksum":"NGE1NmM3MmEwYjc3ZjU3NTY1ODZlN2QwMTUwZDk0YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"384b0536-2499-4ad2-89b1-cc890349b01f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"660fafc5-8de0-4f70-96fa-a35a38215b1e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc3e2aa4-d3ff-48da-9238-94340364c393","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9","artifactVersion":"2","generatedFromUUID":"660fafc5-8de0-4f70-96fa-a35a38215b1e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKzjggx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml","artifactChecksum":"MWJiYWIxYWQyZTBhODRjNDE5Mzk4N2Q1OGI2YzQzMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c2c3e4b-7c1d-43c4-8788-5a6b768cac8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKzjggx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar","artifactChecksum":"YzhlZDI1NjU3MzdhZjc3MGZhMjU0ZWNlNTYwY2VjZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"acfaf110-d3e7-483b-bdf3-bbee3ec78468","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T11:14:10.924Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:10.937Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:10.937Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:10.938Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:10.944Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:10.945Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:10.945Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:10.945Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:10.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:10.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T11:14:11.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:14:11.031Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:14:11.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:14:11.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:11.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:11.985Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:11.985Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:12.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:12.987Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:12.987Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:12.987Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:13.988Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:13.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:13.989Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:13.989Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:14.990Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:14.990Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:14.991Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:14.991Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:15.991Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:15.992Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:15.992Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:15.992Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:16.993Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T11:14:16.994Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:16.994Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:16.994Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:17.996Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "serviceName": "basic_onboard_KzjGGX",
  "serviceVersion": "1.0",
  "serviceUUID": "637ef8cc-adc0-4f36-ac72-25cbf15bad09",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d24c4840-370e-4db6-923e-e478e8240f1b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KzjGGX 0",
      "resourceCustomizationUUID": "1d12b154-8f13-4ec9-8138-fb8513c6997a",
      "resourceName": "basic_onboard_KzjGGX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5ed1ee0a-f192-4018-a642-a49196337b0b",
      "resourceInvariantUUID": "9e75b65a-bdc0-4b40-bddc-bb3c75df6b1f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kzjggx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
          "artifactChecksum": "NGE1NmM3MmEwYjc3ZjU3NTY1ODZlN2QwMTUwZDk0YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "384b0536-2499-4ad2-89b1-cc890349b01f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "660fafc5-8de0-4f70-96fa-a35a38215b1e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9",
            "generatedFromUUID": "660fafc5-8de0-4f70-96fa-a35a38215b1e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKzjggx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
      "artifactChecksum": "YzhlZDI1NjU3MzdhZjc3MGZhMjU0ZWNlNTYwY2VjZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "acfaf110-d3e7-483b-bdf3-bbee3ec78468"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T11:14:17.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T11:14:17.999Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 637ef8cc-adc0-4f36-ac72-25cbf15bad09 ASDC
2023-02-11T11:14:18.130Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ad4a7634-7f59-4a0f-98c9-ac1545a7f456
ServiceName:basic_onboard_KzjGGX
ServiceVersion:1.0
ServiceUUID:637ef8cc-adc0-4f36-ac72-25cbf15bad09
ServiceInvariantUUID:d24c4840-370e-4db6-923e-e478e8240f1b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKzjggx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar
ArtifactUUID:acfaf110-d3e7-483b-bdf3-bbee3ec78468
ArtifactChecksum:YzhlZDI1NjU3MzdhZjc3MGZhMjU0ZWNlNTYwY2VjZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KzjGGX 0
ResourceCustomizationUUID:1d12b154-8f13-4ec9-8138-fb8513c6997a
ResourceInvariantUUID:9e75b65a-bdc0-4b40-bddc-bb3c75df6b1f
ResourceName:basic_onboard_KzjGGX
ResourceType:VF
ResourceUUID:5ed1ee0a-f192-4018-a642-a49196337b0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kzjggx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json
ArtifactUUID:384b0536-2499-4ad2-89b1-cc890349b01f
ArtifactChecksum:NGE1NmM3MmEwYjc3ZjU3NTY1ODZlN2QwMTUwZDk0YWI=
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/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:660fafc5-8de0-4f70-96fa-a35a38215b1e
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/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
ArtifactUUID:58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9
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/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
ArtifactUUID:58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T11:14:18.131Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 637ef8cc-adc0-4f36-ac72-25cbf15bad09 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:14:18.378Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T11:14:18.380Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-11T11:14:18.381Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-11T11:14:18.382Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acfaf110-d3e7-483b-bdf3-bbee3ec78468 from URL: /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:18.382Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-11T11:14:18.383Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:19.193Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-11T11:14:19.251Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar acfaf110-d3e7-483b-bdf3-bbee3ec78468 75694
2023-02-11T11:14:19.252Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar ASDC sendASDCNotification
2023-02-11T11:14:19.252Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:19.254Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T11:14:19.255Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:19.255Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:19.256Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114059251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:20.257Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T11:14:20.258Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-11T11:14:20.258Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: acfaf110-d3e7-483b-bdf3-bbee3ec78468, URL: /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar to file: /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:20.259Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:20.371Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:20.371Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:20.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10051173808110214597/Definitions/service-BasicOnboardKzjggx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-11T11:14:22.985Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T11:14:22.990Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-11T11:14:22.991Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.991Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T11:14:22.991Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.991Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||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-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.991Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||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-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.992Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||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-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.992Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.992Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KzjGGX 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-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.992Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||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-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:22.992Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-11T11:14:22.999Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.001Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.005Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:23.005Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-11T11:14:23.006Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T11:14:23.008Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.008Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.009Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:23.009Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-11T11:14:23.009Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T11:14:23.009Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.010Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.013Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.013Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is not matching search criteria
2023-02-11T11:14:23.013Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-11T11:14:23.014Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-11T11:14:23.014Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-11T11:14:23.014Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T11:14:23.014Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T11:14:23.015Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.015Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T11:14:23.016Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.016Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:23.016Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:23.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:23.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:23.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:23.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:23.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is not matching search criteria
2023-02-11T11:14:23.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-11T11:14:23.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T11:14:23.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf1c0f8c-bc58-4fe3-8c8e-936f81e38c6c
2023-02-11T11:14:23.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.021Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:23.021Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:23.021Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KzjGGX
Description:service
Model UUID:637ef8cc-adc0-4f36-ac72-25cbf15bad09
Model Version:NULL
Model InvariantUuid:d24c4840-370e-4db6-923e-e478e8240f1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KzjGGX
Model UUID:0ee69251-8e65-4f76-822f-dea87ac46b2a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e75b65a-bdc0-4b40-bddc-bb3c75df6b1f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d12b154-8f13-4ec9-8138-fb8513c6997a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2475f33b-7679-4793-8dc0-0169fd9e139c
ModelName:BasicOnboardKzjggx..base_ubuntu18..module-0
ModelUuid:5a6776db-2af8-4d36-800a-0e771361cd38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf1c0f8c-bc58-4fe3-8c8e-936f81e38c6c
ModelInvariantUuid:3c89d06b-d3de-4082-bfda-bdd0630fba4e
ModelName:basic_onboard_KzjGGX-nodes.ubuntu18Cvfc
ModelUuid:84134008-5ed2-40da-93d2-2de95ecca934
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2a36e84e-fc08-4684-93f0-f36e9e92216c
ModelInvariantUuid:421b4bc6-9caa-4331-b48d-43b53e4894a1
ModelName:BasicOnboardKzjggx.compute.nodes.heat.ubuntu18
ModelUuid:ea5f5760-29e0-4e77-9a33-0210db1ed3b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T11:14:23.083Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ed1ee0a-f192-4018-a642-a49196337b0b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T11:14:23.178Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||basic_onboard_KzjGGX 0
2023-02-11T11:14:23.186Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ed1ee0a-f192-4018-a642-a49196337b0b
2023-02-11T11:14:23.186Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 384b0536-2499-4ad2-89b1-cc890349b01f from URL: /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json
2023-02-11T11:14:23.187Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-11T11:14:23.187Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json
2023-02-11T11:14:23.632Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-11T11:14:23.633Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json 384b0536-2499-4ad2-89b1-cc890349b01f 798
2023-02-11T11:14:23.633Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json ASDC sendASDCNotification
2023-02-11T11:14:23.633Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json
2023-02-11T11:14:23.633Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T11:14:23.634Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:23.634Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:23.634Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114063633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:24.635Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKzjggx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2475f33b-7679-4793-8dc0-0169fd9e139c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a6776db-2af8-4d36-800a-0e771361cd38",
    "vfModuleModelCustomizationUUID": "f341cf17-3c25-4802-bf2f-51735f82ab7e",
    "isBase": true,
    "artifacts": [
      "660fafc5-8de0-4f70-96fa-a35a38215b1e",
      "58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T11:14:24.655Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKzjggx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a6776db-2af8-4d36-800a-0e771361cd38
VfModuleModelInvariantUUID:2475f33b-7679-4793-8dc0-0169fd9e139c
VfModuleModelDescription:NULL
Artifacts UUID List:{
660fafc5-8de0-4f70-96fa-a35a38215b1e
,
58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9

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

isBase:true


}

2023-02-11T11:14:24.658Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKzjggx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2475f33b-7679-4793-8dc0-0169fd9e139c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a6776db-2af8-4d36-800a-0e771361cd38",
    "vfModuleModelCustomizationUUID": "f341cf17-3c25-4802-bf2f-51735f82ab7e",
    "isBase": true,
    "artifacts": [
      "660fafc5-8de0-4f70-96fa-a35a38215b1e",
      "58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T11:14:24.658Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKzjggx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a6776db-2af8-4d36-800a-0e771361cd38
VfModuleModelInvariantUUID:2475f33b-7679-4793-8dc0-0169fd9e139c
VfModuleModelDescription:NULL
Artifacts UUID List:{
660fafc5-8de0-4f70-96fa-a35a38215b1e
,
58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9

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

isBase:true


}

2023-02-11T11:14:24.659Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 660fafc5-8de0-4f70-96fa-a35a38215b1e from URL: /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml
2023-02-11T11:14:24.659Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-11T11:14:24.659Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml
2023-02-11T11:14:25.016Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-11T11:14:25.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml 660fafc5-8de0-4f70-96fa-a35a38215b1e 5033
2023-02-11T11:14:25.017Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-11T11:14:25.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml
2023-02-11T11:14:25.018Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T11:14:25.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:25.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:25.019Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114065017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:26.020Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9 from URL: /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
2023-02-11T11:14:26.021Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-11T11:14:26.021Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
2023-02-11T11:14:26.308Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-11T11:14:26.309Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env 58eaa894-8b8f-4aeb-aeb4-5b5f2833c2c9 909
2023-02-11T11:14:26.310Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-11T11:14:26.310Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
2023-02-11T11:14:26.310Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T11:14:26.310Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:26.310Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:26.311Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114066310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:27.312Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 637ef8cc-adc0-4f36-ac72-25cbf15bad09
2023-02-11T11:14:27.312Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KzjGGX 0 5ed1ee0a-f192-4018-a642-a49196337b0b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T11:14:27.363Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c5ba010, org.onap.sdc.toscaparser.api.parameters.Input@62a9a112, org.onap.sdc.toscaparser.api.parameters.Input@4dc71c29, org.onap.sdc.toscaparser.api.parameters.Input@67c58f3, org.onap.sdc.toscaparser.api.parameters.Input@47e6330c]
2023-02-11T11:14:27.367Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.367Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.367Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-02-11T11:14:27.368Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1d12b154-8f13-4ec9-8138-fb8513c6997a
2023-02-11T11:14:27.368Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d12b154-8f13-4ec9-8138-fb8513c6997a matches Tosca VF Customization UUID: 1d12b154-8f13-4ec9-8138-fb8513c6997a
2023-02-11T11:14:27.368Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1d12b154-8f13-4ec9-8138-fb8513c6997a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T11:14:27.374Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.375Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.376Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1d12b154-8f13-4ec9-8138-fb8513c6997a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T11:14:27.377Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50044c81
2023-02-11T11:14:27.377Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.377Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T11:14:27.378Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f341cf17-3c25-4802-bf2f-51735f82ab7e
2023-02-11T11:14:27.379Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f341cf17-3c25-4802-bf2f-51735f82ab7e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T11:14:27.385Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.386Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:27.386Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:27.387Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.387Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:27.387Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:27.387Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.388Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is not matching search criteria
2023-02-11T11:14:27.388Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-11T11:14:27.388Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T11:14:27.388Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf1c0f8c-bc58-4fe3-8c8e-936f81e38c6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T11:14:27.408Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.409Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:27.409Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T11:14:27.409Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.409Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KzjGGX 0 is matching search criteria
2023-02-11T11:14:27.410Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KzjGGX 0] matching following query criteria: sdcType=VF, customizationUUID=1d12b154-8f13-4ec9-8138-fb8513c6997a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T11:14:27.412Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.412Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.412Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 637ef8cc-adc0-4f36-ac72-25cbf15bad09: basic_onboard_KzjGGX
2023-02-11T11:14:27.413Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.413Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.413Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.413Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.414Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.414Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.414Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.414Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.415Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T11:14:27.415Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KzjGGX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T11:14:27.415Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KzjGGX 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:14:27.690Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KzjGGX 5ed1ee0a-f192-4018-a642-a49196337b0b 1 ASDC deployResourceStructure
2023-02-11T11:14:27.692Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json ASDC sendASDCNotification
2023-02-11T11:14:27.692Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json
2023-02-11T11:14:27.692Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T11:14:27.693Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:27.693Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:27.693Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114067692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:27.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:14:27.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:14:27.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:14:28.695Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-11T11:14:28.695Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml
2023-02-11T11:14:28.695Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T11:14:28.696Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:28.696Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:28.696Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114068694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:29.697Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-11T11:14:29.697Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env
2023-02-11T11:14:29.698Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T11:14:29.698Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:29.698Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:29.698Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114069697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:30.699Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar ASDC sendASDCNotification
2023-02-11T11:14:30.700Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar
2023-02-11T11:14:30.700Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T11:14:30.700Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:14:30.700Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:14:30.700Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114070699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:14:31.702Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:14:31.754Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:14:31.758Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T11:14:31.758Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T11:14:31.759Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T11:15:01.759Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:15:01.772Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:15:01.774Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T11:15:01.775Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T11:15:01.775Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T11:15:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:15:27.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.804Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.812Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114008149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676113994126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114045397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114046450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114044745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114059208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114058916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676114059214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114059251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114058604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.821Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676114060234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T11:15:27.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad4a7634-7f59-4a0f-98c9-ac1545a7f456
2023-02-11T11:15:27.834Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114060232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114061741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.848Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114062913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T11:15:27.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad4a7634-7f59-4a0f-98c9-ac1545a7f456
2023-02-11T11:15:27.853Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114063633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114063215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T11:15:27.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676114063918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T11:15:27.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676114064220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T11:15:27.868Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad4a7634-7f59-4a0f-98c9-ac1545a7f456
2023-02-11T11:15:27.868Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:15:27.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.878Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114065017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114066310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114067692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/basic_onboard_kzjggx0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T11:15:27.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:15:31.776Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:15:31.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:15:31.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T11:15:31.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T11:15:31.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T11:16:01.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:16:01.905Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:16:01.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T11:16:01.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T11:16:01.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T11:16:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:16:27.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:16:27.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114068694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T11:16:27.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:16:27.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:16:27.805Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114069697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/resourceInstances/basic_onboard_kzjggx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114070699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114080501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzjggx/1.0/artifacts/service-BasicOnboardKzjggx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T11:16:27.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:16:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:16:27.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "aai-model-loader",
  "timestamp": 1676114081505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T11:16:27.839Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad4a7634-7f59-4a0f-98c9-ac1545a7f456
2023-02-11T11:16:27.840Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T11:16:31.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:16:31.929Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T11:16:31.933Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T11:16:31.934Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T11:16:31.934Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T11:16:31.934Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T11:16:31.934Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T11:16:31.934Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T11:16:31.935Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T11:16:31.935Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T11:16:31.935Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T11:16:31.935Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T11:16:31.962Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T11:17:01.962Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T11:17:02.002Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and serviceModelVersionId: 637ef8cc-adc0-4f36-ac72-25cbf15bad09
2023-02-11T11:17:02.002Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d24c4840-370e-4db6-923e-e478e8240f1b
2023-02-11T11:17:18.626Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0
2023-02-11T11:17:18.746Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T11:17:19.249Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T11:17:19.254Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0|INFO|500||Invoke
2023-02-11T11:17:19.277Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T11:17:19.648Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0|INFO|500||InvokeReturn
2023-02-11T11:17:19.650Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d24c4840-370e-4db6-923e-e478e8240f1b/model-vers/model-ver/637ef8cc-adc0-4f36-ac72-25cbf15bad09?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 11:17:18 GMT], content-length=[0], vertex-id=[192704], x-aai-txid=[0-aai-resources-230211-11:17:18:654-49978], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T11:17:19.650Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T11:17:19.653Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T11:17:19.653Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T11:17:19.661Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T11:17:19.662Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad4a7634-7f59-4a0f-98c9-ac1545a7f456 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T11:17:19.663Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T11:17:19.664Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-11T11:17:19.664Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T11:17:19.664Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114239662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T11:17:20.682Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:17:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:17:27.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T11:17:27.804Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ad4a7634-7f59-4a0f-98c9-ac1545a7f456",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676114239662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T11:17:27.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T11:18:20.682Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:18:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:19:20.684Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:19:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:20:20.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:20:27.800Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:21:20.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:21:27.801Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:22:20.687Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:22:27.802Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:23:20.687Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:23:27.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:23:30.826Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Node 2 disconnected.
2023-02-11T11:24:20.689Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:24:27.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:25:20.690Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:25:27.805Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:26:20.691Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:26:27.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:27:20.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:27:27.807Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:28:20.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:28:27.807Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:29:20.693Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:29:27.808Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:30:20.695Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:30:27.809Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:31:20.696Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:31:27.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:32:20.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:32:27.811Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:33:20.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:33:27.813Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:34:20.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:34:27.814Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:35:20.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:35:27.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:36:20.703Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:36:27.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:37:20.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:37:27.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:38:20.705Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:38:27.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:39:20.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:39:27.818Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:40:20.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:40:27.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:41:20.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:41:27.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:42:20.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:42:27.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:43:20.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:43:27.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:44:20.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:44:27.824Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:45:20.713Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:45:27.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:46:20.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:46:27.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:47:20.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:47:27.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:48:20.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:48:27.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:49:20.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:49:27.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:50:20.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:50:27.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:51:20.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:51:27.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:52:20.720Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:52:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:53:20.722Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:53:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:54:20.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:54:27.833Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:55:20.725Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:55:27.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:56:20.726Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:56:27.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:57:20.726Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:57:27.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:58:20.727Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:58:27.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T11:59:20.728Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T11:59:27.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:00:20.728Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:00:27.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:01:20.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:01:27.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:02:20.731Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:02:27.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:03:20.732Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:03:27.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:04:20.734Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:04:27.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:05:20.736Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:05:27.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:06:20.736Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:06:27.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:07:20.737Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:07:27.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:08:20.738Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:08:27.843Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:09:20.740Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:09:27.844Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:10:20.741Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:10:27.846Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:11:20.742Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:11:27.847Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:12:20.743Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:12:27.847Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:13:20.744Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:13:27.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:20.745Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:14:27.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:29.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-11T12:14:29.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"72403296-4188-440d-95b9-cfc9c419c29d","serviceName":"vFW 2023-02-11 12-11-59","serviceVersion":"1.0","serviceUUID":"60c456ab-e191-4de7-b178-521154a32daa","serviceDescription":"catalog service description","serviceInvariantUUID":"fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2","resources":[{"resourceInstanceName":"vFW 84b9b538-9905 0","resourceName":"vFW 84b9b538-9905","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76c41a4e-fe1b-4982-99b9-b0c0702cde7c","resourceInvariantUUID":"42be1189-fc68-4023-9076-2366fd8b5e3a","resourceCustomizationUUID":"3f5ef4bb-a40b-40c3-811d-5fc167d73bae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml","artifactChecksum":"OTgzZDVhOWJjOGE4MzNiOGJlMDQyYWZhYWJjMWY5ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfc492bc-cec7-4863-9b81-b542ee4aceb1","artifactVersion":"1"},{"artifactName":"vfw84b9b53899050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json","artifactChecksum":"Y2RhNjYyM2M3MDQwZDllODU0NmQ4OTk3NjRiODU0Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c2612bd-8917-4927-95c0-92d28fb3e299","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d8bde1e-59a8-456e-9ca9-661ce76b0983","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE5NjY5OTc3ODlkY2NjMGMzZWNkOTBiYjZkZTZmNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecf87ce6-cb27-4459-9627-28bfac94f65d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ec349a1-e21d-43bc-89b9-2b5b0c0956ad","artifactVersion":"2","generatedFromUUID":"3d8bde1e-59a8-456e-9ca9-661ce76b0983"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230211121159-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml","artifactChecksum":"Y2U5OWRhYTRmZmNhYWVkOWRhY2ViZjYxMjY1MTIwYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16ece6af-94f7-4731-b4b7-adf70e60e7f5","artifactVersion":"1"},{"artifactName":"service-Vfw20230211121159-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar","artifactChecksum":"MGJjNTViMWQxYmMxMDJjMmYzNzNlNzVjZDQ2ODAwYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfcf268d-b731-4305-86d7-d1c3d512ba55","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T12:14:29.255Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:29.256Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:29.256Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:29.256Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:29.260Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.261Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.261Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T12:14:29.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:14:29.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:14:29.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:14:30.264Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:30.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:30.265Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:30.266Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:31.266Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:31.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:31.267Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:31.267Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:32.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:32.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:32.269Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:32.269Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:33.270Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:33.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:33.271Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:33.271Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:34.272Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:34.273Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:34.274Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:34.275Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:35.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:14:35.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:35.276Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:35.277Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:36.278Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "serviceName": "vFW 2023-02-11 12-11-59",
  "serviceVersion": "1.0",
  "serviceUUID": "60c456ab-e191-4de7-b178-521154a32daa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2",
  "resources": [
    {
      "resourceInstanceName": "vFW 84b9b538-9905 0",
      "resourceCustomizationUUID": "3f5ef4bb-a40b-40c3-811d-5fc167d73bae",
      "resourceName": "vFW 84b9b538-9905",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76c41a4e-fe1b-4982-99b9-b0c0702cde7c",
      "resourceInvariantUUID": "42be1189-fc68-4023-9076-2366fd8b5e3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw84b9b53899050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
          "artifactChecksum": "Y2RhNjYyM2M3MDQwZDllODU0NmQ4OTk3NjRiODU0Njc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c2612bd-8917-4927-95c0-92d28fb3e299",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d8bde1e-59a8-456e-9ca9-661ce76b0983",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8ec349a1-e21d-43bc-89b9-2b5b0c0956ad",
            "generatedFromUUID": "3d8bde1e-59a8-456e-9ca9-661ce76b0983"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8ec349a1-e21d-43bc-89b9-2b5b0c0956ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230211121159-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
      "artifactChecksum": "MGJjNTViMWQxYmMxMDJjMmYzNzNlNzVjZDQ2ODAwYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfcf268d-b731-4305-86d7-d1c3d512ba55"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T12:14:36.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T12:14:36.279Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 60c456ab-e191-4de7-b178-521154a32daa ASDC
2023-02-11T12:14:36.280Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:72403296-4188-440d-95b9-cfc9c419c29d
ServiceName:vFW 2023-02-11 12-11-59
ServiceVersion:1.0
ServiceUUID:60c456ab-e191-4de7-b178-521154a32daa
ServiceInvariantUUID:fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230211121159-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar
ArtifactUUID:dfcf268d-b731-4305-86d7-d1c3d512ba55
ArtifactChecksum:MGJjNTViMWQxYmMxMDJjMmYzNzNlNzVjZDQ2ODAwYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 84b9b538-9905 0
ResourceCustomizationUUID:3f5ef4bb-a40b-40c3-811d-5fc167d73bae
ResourceInvariantUUID:42be1189-fc68-4023-9076-2366fd8b5e3a
ResourceName:vFW 84b9b538-9905
ResourceType:VF
ResourceUUID:76c41a4e-fe1b-4982-99b9-b0c0702cde7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw84b9b53899050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json
ArtifactUUID:6c2612bd-8917-4927-95c0-92d28fb3e299
ArtifactChecksum:Y2RhNjYyM2M3MDQwZDllODU0NmQ4OTk3NjRiODU0Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml
ArtifactUUID:3d8bde1e-59a8-456e-9ca9-661ce76b0983
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
ArtifactUUID:8ec349a1-e21d-43bc-89b9-2b5b0c0956ad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
ArtifactUUID:8ec349a1-e21d-43bc-89b9-2b5b0c0956ad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T12:14:36.282Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60c456ab-e191-4de7-b178-521154a32daa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:14:36.335Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:14:36.336Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T12:14:36.337Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T12:14:36.337Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dfcf268d-b731-4305-86d7-d1c3d512ba55 from URL: /sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:36.337Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T12:14:36.338Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:36.776Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T12:14:36.790Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar dfcf268d-b731-4305-86d7-d1c3d512ba55 101510
2023-02-11T12:14:36.790Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar ASDC sendASDCNotification
2023-02-11T12:14:36.790Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:36.790Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:14:36.791Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:36.791Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:36.791Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117676790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:37.792Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:14:37.792Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T12:14:37.793Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dfcf268d-b731-4305-86d7-d1c3d512ba55, URL: /sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar to file: /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:37.793Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230211121159-csar.csar
2023-02-11T12:14:37.794Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:37.794Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:38.119Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7354216901544155538/Definitions/service-Vfw20230211121159-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-02-11T12:14:40.181Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T12:14:40.182Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T12:14:40.182Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.182Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-11T12:14:40.182Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|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-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|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-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|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-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|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-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 84b9b538-9905 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-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.183Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:40.184Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T12:14:40.184Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.184Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.184Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:40.185Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T12:14:40.185Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:14:40.185Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.185Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.186Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:40.186Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T12:14:40.186Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:14:40.186Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.186Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.187Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.189Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:40.190Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:40.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:40.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:40.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ae4fc3b-83e1-4995-b4ba-85053a9aac66
2023-02-11T12:14:40.193Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T12:14:40.194Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.195Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c2df2d9-19cb-43b0-962b-aa3372d47122
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.196Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:40.197Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-11T12:14:40.198Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bdb8000-4eb3-4749-a89c-d6f55a75303f
2023-02-11T12:14:40.198Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.198Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.198Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.198Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.199Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.199Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.199Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:40.199Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:40.200Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-11 12-11-59
Description:catalog service description
Model UUID:60c456ab-e191-4de7-b178-521154a32daa
Model Version:NULL
Model InvariantUuid:fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 84b9b538-9905
Model UUID:62c73c5f-8be3-4c62-b53b-74c841bea20a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42be1189-fc68-4023-9076-2366fd8b5e3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f5ef4bb-a40b-40c3-811d-5fc167d73bae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9b17c99f-7543-422b-8e5f-6fbc1e596a10
ModelName:Vfw84b9b5389905..base_vfw..module-0
ModelUuid:d3eb3fea-e659-4003-b70f-f53d90e7893d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ae4fc3b-83e1-4995-b4ba-85053a9aac66
ModelInvariantUuid:dbce6f0a-cd26-4480-ae56-1889eeca9b50
ModelName:vFW 84b9b538-9905-nodes.vfwCvfc
ModelUuid:800be305-7f41-4caa-b1e0-d07bc6b7aac2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b726ce1d-06d3-4ce6-8ff9-2a4f2eaa1b69
ModelInvariantUuid:c9d19657-b1f1-405a-b47f-01327732ee28
ModelName:Vfw84b9b5389905.compute.nodes.heat.vfw
ModelUuid:af002be1-ec9d-430b-9be1-321c093e88c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2c2df2d9-19cb-43b0-962b-aa3372d47122
ModelInvariantUuid:7b3b1104-325f-42c9-849a-d3c711bbd4e5
ModelName:vFW 84b9b538-9905-nodes.vsnCvfc
ModelUuid:90759d35-d0f8-4550-99df-c1eb1addd859
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3348dee8-8742-418d-b785-b1fdd690b944
ModelInvariantUuid:b0951322-45d8-4865-921a-a8cb4e7e0620
ModelName:Vfw84b9b5389905.compute.nodes.heat.vsn
ModelUuid:768d893d-7db3-4432-8386-f3841fb754d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1bdb8000-4eb3-4749-a89c-d6f55a75303f
ModelInvariantUuid:80e8d09c-fec1-4aa9-bc48-7f15543b4e3e
ModelName:vFW 84b9b538-9905-nodes.vpgCvfc
ModelUuid:1afe7a0b-d126-488b-9c09-45e07f4b7f32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8ce30c13-e808-4667-9bc1-0d0936cbcfae
ModelInvariantUuid:c9427f56-7950-406f-873f-86e0144b690d
ModelName:Vfw84b9b5389905.compute.nodes.heat.vpg
ModelUuid:68c5a3ed-2157-41d3-b0b6-0d8988cc4b81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T12:14:40.208Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 76c41a4e-fe1b-4982-99b9-b0c0702cde7c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:14:40.214Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||vFW 84b9b538-9905 0
2023-02-11T12:14:40.214Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76c41a4e-fe1b-4982-99b9-b0c0702cde7c
2023-02-11T12:14:40.214Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c2612bd-8917-4927-95c0-92d28fb3e299 from URL: /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json
2023-02-11T12:14:40.214Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T12:14:40.214Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json
2023-02-11T12:14:40.835Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T12:14:40.836Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json 6c2612bd-8917-4927-95c0-92d28fb3e299 785
2023-02-11T12:14:40.836Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json ASDC sendASDCNotification
2023-02-11T12:14:40.836Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json
2023-02-11T12:14:40.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:14:40.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:40.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:40.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117680836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:41.838Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw84b9b5389905..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9b17c99f-7543-422b-8e5f-6fbc1e596a10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3eb3fea-e659-4003-b70f-f53d90e7893d",
    "vfModuleModelCustomizationUUID": "2f16e0dc-cc8f-4f34-835a-8b98806713df",
    "isBase": true,
    "artifacts": [
      "3d8bde1e-59a8-456e-9ca9-661ce76b0983",
      "8ec349a1-e21d-43bc-89b9-2b5b0c0956ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:14:41.843Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw84b9b5389905..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3eb3fea-e659-4003-b70f-f53d90e7893d
VfModuleModelInvariantUUID:9b17c99f-7543-422b-8e5f-6fbc1e596a10
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d8bde1e-59a8-456e-9ca9-661ce76b0983
,
8ec349a1-e21d-43bc-89b9-2b5b0c0956ad

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

isBase:true


}

2023-02-11T12:14:41.845Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw84b9b5389905..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9b17c99f-7543-422b-8e5f-6fbc1e596a10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3eb3fea-e659-4003-b70f-f53d90e7893d",
    "vfModuleModelCustomizationUUID": "2f16e0dc-cc8f-4f34-835a-8b98806713df",
    "isBase": true,
    "artifacts": [
      "3d8bde1e-59a8-456e-9ca9-661ce76b0983",
      "8ec349a1-e21d-43bc-89b9-2b5b0c0956ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:14:41.845Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw84b9b5389905..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3eb3fea-e659-4003-b70f-f53d90e7893d
VfModuleModelInvariantUUID:9b17c99f-7543-422b-8e5f-6fbc1e596a10
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d8bde1e-59a8-456e-9ca9-661ce76b0983
,
8ec349a1-e21d-43bc-89b9-2b5b0c0956ad

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

isBase:true


}

2023-02-11T12:14:41.845Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d8bde1e-59a8-456e-9ca9-661ce76b0983 from URL: /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml
2023-02-11T12:14:41.845Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T12:14:41.846Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml
2023-02-11T12:14:42.407Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T12:14:42.431Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml 3d8bde1e-59a8-456e-9ca9-661ce76b0983 20368
2023-02-11T12:14:42.431Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-11T12:14:42.431Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml
2023-02-11T12:14:42.431Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:14:42.432Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:42.432Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:42.432Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117682431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:43.433Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8ec349a1-e21d-43bc-89b9-2b5b0c0956ad from URL: /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
2023-02-11T12:14:43.433Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T12:14:43.434Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
2023-02-11T12:14:43.813Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T12:14:43.814Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env 8ec349a1-e21d-43bc-89b9-2b5b0c0956ad 2098
2023-02-11T12:14:43.814Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-11T12:14:43.814Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
2023-02-11T12:14:43.814Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:14:43.815Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:43.815Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:43.815Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117683814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:44.816Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 60c456ab-e191-4de7-b178-521154a32daa
2023-02-11T12:14:44.816Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 84b9b538-9905 0 76c41a4e-fe1b-4982-99b9-b0c0702cde7c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:14:44.845Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30d9bf3, org.onap.sdc.toscaparser.api.parameters.Input@7b325c59, org.onap.sdc.toscaparser.api.parameters.Input@71fcdd1a, org.onap.sdc.toscaparser.api.parameters.Input@2549f5b0, org.onap.sdc.toscaparser.api.parameters.Input@4af430e9]
2023-02-11T12:14:44.847Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.847Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.847Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-02-11T12:14:44.847Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3f5ef4bb-a40b-40c3-811d-5fc167d73bae
2023-02-11T12:14:44.847Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f5ef4bb-a40b-40c3-811d-5fc167d73bae matches Tosca VF Customization UUID: 3f5ef4bb-a40b-40c3-811d-5fc167d73bae
2023-02-11T12:14:44.848Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3f5ef4bb-a40b-40c3-811d-5fc167d73bae  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T12:14:44.851Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.851Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.852Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3f5ef4bb-a40b-40c3-811d-5fc167d73bae: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T12:14:44.852Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e40f758
2023-02-11T12:14:44.852Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.852Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:14:44.852Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f16e0dc-cc8f-4f34-835a-8b98806713df
2023-02-11T12:14:44.853Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f16e0dc-cc8f-4f34-835a-8b98806713df
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T12:14:44.856Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.856Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.856Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:44.857Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.857Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.857Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:44.857Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.857Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T12:14:44.858Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.859Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ae4fc3b-83e1-4995-b4ba-85053a9aac66
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T12:14:44.863Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.864Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.864Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:44.864Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.864Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:44.864Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:44.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T12:14:44.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T12:14:44.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.866Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c2df2d9-19cb-43b0-962b-aa3372d47122
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T12:14:44.869Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.869Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.869Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:44.873Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.873Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T12:14:44.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.875Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T12:14:44.875Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T12:14:44.875Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T12:14:44.875Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T12:14:44.876Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T12:14:44.876Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-11T12:14:44.876Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bdb8000-4eb3-4749-a89c-d6f55a75303f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T12:14:44.878Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.879Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.879Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:14:44.879Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.879Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Node template vFW 84b9b538-9905 0 is matching search criteria
2023-02-11T12:14:44.879Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 84b9b538-9905 0] matching following query criteria: sdcType=VF, customizationUUID=3f5ef4bb-a40b-40c3-811d-5fc167d73bae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:14:44.881Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 60c456ab-e191-4de7-b178-521154a32daa: vFW 84b9b538-9905
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.882Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:14:44.883Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-11 12-11-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:14:44.884Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-02-11 12-11-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:14:45.130Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 84b9b538-9905 76c41a4e-fe1b-4982-99b9-b0c0702cde7c 1 ASDC deployResourceStructure
2023-02-11T12:14:45.130Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json ASDC sendASDCNotification
2023-02-11T12:14:45.130Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json
2023-02-11T12:14:45.130Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:14:45.131Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:45.131Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:45.131Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117685130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:46.132Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-11T12:14:46.132Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml
2023-02-11T12:14:46.132Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:14:46.133Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:46.133Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:46.133Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117686132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:47.134Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-11T12:14:47.134Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env
2023-02-11T12:14:47.134Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:14:47.135Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:47.135Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:47.135Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117687134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:48.136Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar ASDC sendASDCNotification
2023-02-11T12:14:48.136Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar
2023-02-11T12:14:48.137Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:14:48.137Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:14:48.137Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:14:48.137Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117688136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:14:49.139Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:14:49.188Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:14:49.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:14:49.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:14:49.191Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:15:19.192Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:15:19.205Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:15:19.208Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:15:19.208Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:15:19.208Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:15:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:15:27.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:15:27.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:15:27.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:15:49.209Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:15:49.219Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:15:49.221Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:15:49.221Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:15:49.221Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:16:19.222Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:16:19.241Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:16:19.244Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:16:19.244Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:16:19.245Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:16:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.806Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.811Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117661318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117660745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117665180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117676513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117676790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117676799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676117677805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:16:27.824Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72403296-4188-440d-95b9-cfc9c419c29d
2023-02-11T12:16:27.824Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72403296-4188-440d-95b9-cfc9c419c29d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:16:27.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117677768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117679235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117680337,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:16:27.842Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72403296-4188-440d-95b9-cfc9c419c29d
2023-02-11T12:16:27.842Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72403296-4188-440d-95b9-cfc9c419c29d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:16:27.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117680836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117675397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676117681364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117674744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117682431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117683351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117683008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117683814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117685130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/vfw84b9b53899050_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117686132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117687134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/resourceInstances/vfw84b9b53899050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.857Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117686687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117688136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.858Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676117687690,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:16:27.863Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72403296-4188-440d-95b9-cfc9c419c29d
2023-02-11T12:16:27.863Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72403296-4188-440d-95b9-cfc9c419c29d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:16:27.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117703378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211121159/1.0/artifacts/service-Vfw20230211121159-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:16:27.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:16:27.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:16:27.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676117704381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:16:27.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72403296-4188-440d-95b9-cfc9c419c29d
2023-02-11T12:16:27.878Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72403296-4188-440d-95b9-cfc9c419c29d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:16:49.245Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:16:49.281Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:16:49.284Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:16:49.284Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T12:16:49.284Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T12:16:49.284Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T12:16:49.284Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:16:49.285Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:16:49.285Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:16:49.285Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:16:49.285Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:16:49.285Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:16:49.290Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T12:17:19.290Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72403296-4188-440d-95b9-cfc9c419c29d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T12:17:19.296Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72403296-4188-440d-95b9-cfc9c419c29d and serviceModelVersionId: 60c456ab-e191-4de7-b178-521154a32daa
2023-02-11T12:17:19.296Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2
2023-02-11T12:17:19.298Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0
2023-02-11T12:17:19.305Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T12:17:19.371Z|72403296-4188-440d-95b9-cfc9c419c29d|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/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T12:17:19.375Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0|INFO|500||Invoke
2023-02-11T12:17:19.386Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T12:17:19.586Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0|INFO|500||InvokeReturn
2023-02-11T12:17:19.586Z|72403296-4188-440d-95b9-cfc9c419c29d|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/fe5b1a4c-22bc-4ccd-bdab-01fd9a8db5e2/model-vers/model-ver/60c456ab-e191-4de7-b178-521154a32daa?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 12:17:18 GMT], content-length=[0], vertex-id=[204992], x-aai-txid=[1-aai-resources-230211-12:17:18:742-22542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T12:17:19.587Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T12:17:19.587Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T12:17:19.587Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:17:19.600Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T12:17:19.601Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72403296-4188-440d-95b9-cfc9c419c29d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T12:17:19.601Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T12:17:19.601Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:17:19.602Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:17:19.602Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117839601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:17:20.615Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:17:27.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:17:27.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-11T12:17:27.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72403296-4188-440d-95b9-cfc9c419c29d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676117839601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T12:17:27.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:18:20.616Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:18:27.799Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:19:20.617Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:19:27.799Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:20:20.618Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:20:27.800Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:21:20.619Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:21:27.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:20.621Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:22:27.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:43.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T12:22:43.022Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"8a0a94fb-c1ef-49d3-bbe3-c41cb459336e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"84114d96-fc4f-44d0-a90f-a58987b9ed0b","serviceDescription":"service","serviceInvariantUUID":"5a990003-a752-459c-9537-5563b004149d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8bb3b53e-dd69-47a1-9515-f37a24656d4a","resourceInvariantUUID":"0e55b256-a5f3-4476-9f89-e7dee806a9ac","resourceCustomizationUUID":"3ee90b81-2b17-4d92-a499-393c7780f41a","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":"MThkMjEyNmUwZWE3NWViYjZhZTZkYzNlNmVlODdmYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdb83397-ff98-4f8f-ba98-0ecbe89a7e6c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjYwMWE1ZTM4NjIzMGU1NDgxOTg5MzVhMWQ3NmRlNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d658adfb-0bde-4631-8072-2cc24b70edae","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T12:22:43.029Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:22:43.030Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:22:43.030Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:22:43.030Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118140621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:43.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:22:43.040Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118155397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:22:43.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:22:44.031Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:22:44.032Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:22:44.032Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:22:44.032Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118140621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:45.035Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "84114d96-fc4f-44d0-a90f-a58987b9ed0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a990003-a752-459c-9537-5563b004149d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3ee90b81-2b17-4d92-a499-393c7780f41a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8bb3b53e-dd69-47a1-9515-f37a24656d4a",
      "resourceInvariantUUID": "0e55b256-a5f3-4476-9f89-e7dee806a9ac",
      "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": "YjYwMWE1ZTM4NjIzMGU1NDgxOTg5MzVhMWQ3NmRlNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d658adfb-0bde-4631-8072-2cc24b70edae"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T12:22:45.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T12:22:45.036Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84114d96-fc4f-44d0-a90f-a58987b9ed0b ASDC
2023-02-11T12:22:45.036Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:84114d96-fc4f-44d0-a90f-a58987b9ed0b
ServiceInvariantUUID:5a990003-a752-459c-9537-5563b004149d
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:d658adfb-0bde-4631-8072-2cc24b70edae
ArtifactChecksum:YjYwMWE1ZTM4NjIzMGU1NDgxOTg5MzVhMWQ3NmRlNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3ee90b81-2b17-4d92-a499-393c7780f41a
ResourceInvariantUUID:0e55b256-a5f3-4476-9f89-e7dee806a9ac
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8bb3b53e-dd69-47a1-9515-f37a24656d4a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-11T12:22:45.037Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84114d96-fc4f-44d0-a90f-a58987b9ed0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:22:45.129Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:22:45.131Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:22:45.131Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:22:45.131Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d658adfb-0bde-4631-8072-2cc24b70edae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-11T12:22:45.131Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:22:45.132Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-11T12:22:46.243Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:22:46.252Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d658adfb-0bde-4631-8072-2cc24b70edae 57791
2023-02-11T12:22:46.253Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-11T12:22:46.253Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-11T12:22:46.253Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:22:46.254Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:22:46.254Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:22:46.254Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118166253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:47.255Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:22:47.256Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:22:47.257Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d658adfb-0bde-4631-8072-2cc24b70edae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:47.257Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-11T12:22:47.258Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:47.258Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:47.454Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11251720717552721474/Definitions/service-BasicNetwork-template.yml
2023-02-11T12:22:48.118Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T12:22:48.119Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:22:48.119Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.119Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-11T12:22:48.119Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.119Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.120Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.120Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.120Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.120Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.121Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.121Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.121Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:22:48.121Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.122Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.122Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-11T12:22:48.122Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:22:48.122Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:22:48.122Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.123Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.124Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.125Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.125Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:84114d96-fc4f-44d0-a90f-a58987b9ed0b
Model Version:NULL
Model InvariantUuid:5a990003-a752-459c-9537-5563b004149d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0e55b256-a5f3-4476-9f89-e7dee806a9ac
Model UUID:7e59c29b-9975-42c7-a03d-cf6cdd87051e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3ee90b81-2b17-4d92-a499-393c7780f41a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T12:22:48.131Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8bb3b53e-dd69-47a1-9515-f37a24656d4a
2023-02-11T12:22:48.132Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||No resources found for Service: 84114d96-fc4f-44d0-a90f-a58987b9ed0b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:22:48.138Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||
2023-02-11T12:22:48.138Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-11T12:22:48.139Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 84114d96-fc4f-44d0-a90f-a58987b9ed0b
2023-02-11T12:22:48.139Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 84114d96-fc4f-44d0-a90f-a58987b9ed0b
2023-02-11T12:22:48.139Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-11T12:22:48.139Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:22:48.144Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a6e1fca, org.onap.sdc.toscaparser.api.parameters.Input@279d4be4, org.onap.sdc.toscaparser.api.parameters.Input@3a6a72cc, org.onap.sdc.toscaparser.api.parameters.Input@5f43f337, org.onap.sdc.toscaparser.api.parameters.Input@25a9375a]
2023-02-11T12:22:48.145Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.145Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.146Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.146Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.146Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 84114d96-fc4f-44d0-a90f-a58987b9ed0b: Generic NeutronNet
2023-02-11T12:22:48.146Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.146Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.147Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.147Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-11T12:22:48.201Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.201Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.202Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.202Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.202Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:22:48.202Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:22:48.202Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-11T12:22:48.289Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-11T12:22:48.289Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-11T12:22:48.290Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-11T12:22:48.290Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:22:48.290Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:22:48.290Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:22:48.290Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:22:49.291Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:22:49.301Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:22:49.306Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:22:49.306Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:22:49.306Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:23:19.306Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:23:19.317Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:23:19.319Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:23:19.319Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:23:19.319Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:23:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:23:27.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:23:27.801Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118140621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:23:27.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:23:49.320Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:23:49.331Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:23:49.334Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:23:49.334Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:23:49.334Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:24:19.334Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:24:19.343Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:24:19.345Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:24:19.346Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:24:19.346Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:24:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:24:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118162419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118158813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118154744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118155397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118140621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118162419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118158813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:24:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118154744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118166121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118166249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118166253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118165597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:24:27.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118167127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:24:27.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
2023-02-11T12:24:27.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118167259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118168289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118168265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:24:27.830Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
2023-02-11T12:24:27.830Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:24:27.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118172476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:24:27.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:24:27.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:24:27.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118173479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:24:27.844Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
2023-02-11T12:24:27.844Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:24:49.353Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:24:49.363Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:24:49.366Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:24:49.366Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T12:24:49.367Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T12:24:49.367Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T12:24:49.367Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:24:49.368Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:24:49.368Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:24:49.368Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:24:49.368Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:24:49.374Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T12:25:19.374Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T12:25:19.379Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and serviceModelVersionId: 84114d96-fc4f-44d0-a90f-a58987b9ed0b
2023-02-11T12:25:19.379Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a990003-a752-459c-9537-5563b004149d
2023-02-11T12:25:19.380Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0
2023-02-11T12:25:19.385Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T12:25:19.435Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0|INFO|500||Invoke
2023-02-11T12:25:19.436Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a0a94fb-c1ef-49d3-bbe3-c41cb459336e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df0e6077-5a1c-45c9-b49d-4cc046880b6d], X-ECOMP-RequestID=[8a0a94fb-c1ef-49d3-bbe3-c41cb459336e], X-TransactionId=[], X-ONAP-RequestID=[8a0a94fb-c1ef-49d3-bbe3-c41cb459336e], Content-Type=[application/merge-patch+json]}
2023-02-11T12:25:19.440Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T12:25:19.685Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?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/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 12:25:18 GMT], content-length=[0], vertex-id=[204920], x-aai-txid=[1-aai-resources-230211-12:25:18:783-1562], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T12:25:19.685Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T12:25:19.686Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a990003-a752-459c-9537-5563b004149d/model-vers/model-ver/84114d96-fc4f-44d0-a90f-a58987b9ed0b?depth=0|INFO|500||InvokeReturn
2023-02-11T12:25:19.688Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T12:25:19.690Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:25:19.694Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T12:25:19.695Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a0a94fb-c1ef-49d3-bbe3-c41cb459336e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T12:25:19.695Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T12:25:19.696Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:19.696Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:19.696Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118319695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:25:20.727Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:25:20.734Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T12:25:20.734Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f55217c1-0e67-4b1b-846e-c879324eb46a","serviceName":"Demo_pNF_UNzhiGrMpDPUxHzC8xC8","serviceVersion":"1.0","serviceUUID":"2c1f66be-3983-4b4e-b108-e4673f072cd0","serviceDescription":"catalog service description","serviceInvariantUUID":"a0d16ac7-0676-4965-8c4c-e17e96551b37","resources":[{"resourceInstanceName":"pNF a18ad9ca-9b68 0","resourceName":"pNF a18ad9ca-9b68","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf7d814c-9731-4c58-a7bf-25f0f9e143bb","resourceInvariantUUID":"17aaf2c0-9232-42b1-8031-039c26ecdfa6","resourceCustomizationUUID":"7077aa98-ea5c-4068-a5a0-e5c8da8dbec5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyMWFiMDk0ZWNlMjRmYzRhMTY1NDZkNDU2OWZiYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b54aad1c-75af-4db2-88a1-8a8d785f11ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar","artifactChecksum":"ZDE1MmMyY2NiOWJiYmFhZGI3MjI4MjNmNzk5ODE3MWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c267f8a2-7421-4c4f-a6ee-aef8ff28b426","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d76432c-379e-4fab-9b06-c6c483fb6f44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml","artifactChecksum":"YWFhNDc0NjdiZDM3ZDM4ZGI3YWYxMzhkZjA0MTMzZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d8b9de4-46f0-4553-a1c0-73d470d21a7e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f81e7b8-1ea2-4024-9b69-0b3134f7140c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c8b20f6-d39b-4ae2-963d-aa687af5dcd9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml","artifactChecksum":"MmMxN2MyMjZkZmFiODA4ODQ2ZjA5YTJlYjY4M2I2YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aee0f974-34c6-4731-9be1-167e93d2a5fe","artifactVersion":"1"},{"artifactName":"service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar","artifactChecksum":"MzNhYmFiMzM3ZGQzZWY5YzcxYTM3YTE0N2RlMDBlNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"906a5884-7df6-450d-8f20-5c49416ceb33","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T12:25:20.737Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:20.737Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:20.737Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:20.737Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:21.739Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:21.740Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:21.740Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:21.740Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:22.741Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:22.742Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:22.742Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:22.742Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:23.742Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:23.743Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:23.743Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:23.743Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:24.744Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:24.745Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:24.745Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:24.745Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:25.747Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:25.747Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:25.747Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:25.748Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:26.748Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:26.749Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:26.749Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:26.749Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:27.753Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:25:27.754Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:27.754Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:27.754Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.812Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.813Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.814Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.815Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.816Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.817Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.818Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.818Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118228132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.819Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118224795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.820Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.820Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.821Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118249946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.822Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.823Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.823Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118250953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.839Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f55217c1-0e67-4b1b-846e-c879324eb46a
2023-02-11T12:25:27.839Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55217c1-0e67-4b1b-846e-c879324eb46a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.849Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.850Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.850Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118245397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118244744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118253673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118253678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118255561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:25:27.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.855Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118256564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:25:27.861Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f55217c1-0e67-4b1b-846e-c879324eb46a
2023-02-11T12:25:27.861Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55217c1-0e67-4b1b-846e-c879324eb46a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.873Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.874Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.874Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.878Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118262221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:25:27.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:25:27.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118263222,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:25:27.888Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f55217c1-0e67-4b1b-846e-c879324eb46a
2023-02-11T12:25:27.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55217c1-0e67-4b1b-846e-c879324eb46a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.897Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118251955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.898Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118249568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:25:27.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.899Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118265421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.900Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118265203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.900Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118266426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5520f5d-ee65-4d07-af68-d9dc2b08acc9
2023-02-11T12:25:27.915Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:25:27.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.924Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118266339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:27.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:25:27.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118267434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:25:27.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:25:28.755Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "serviceName": "Demo_pNF_UNzhiGrMpDPUxHzC8xC8",
  "serviceVersion": "1.0",
  "serviceUUID": "2c1f66be-3983-4b4e-b108-e4673f072cd0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0d16ac7-0676-4965-8c4c-e17e96551b37",
  "resources": [
    {
      "resourceInstanceName": "pNF a18ad9ca-9b68 0",
      "resourceCustomizationUUID": "7077aa98-ea5c-4068-a5a0-e5c8da8dbec5",
      "resourceName": "pNF a18ad9ca-9b68",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cf7d814c-9731-4c58-a7bf-25f0f9e143bb",
      "resourceInvariantUUID": "17aaf2c0-9232-42b1-8031-039c26ecdfa6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
      "artifactChecksum": "MzNhYmFiMzM3ZGQzZWY5YzcxYTM3YTE0N2RlMDBlNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "906a5884-7df6-450d-8f20-5c49416ceb33"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T12:25:28.756Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T12:25:28.756Z|8a0a94fb-c1ef-49d3-bbe3-c41cb459336e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2c1f66be-3983-4b4e-b108-e4673f072cd0 ASDC
2023-02-11T12:25:28.756Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f55217c1-0e67-4b1b-846e-c879324eb46a
ServiceName:Demo_pNF_UNzhiGrMpDPUxHzC8xC8
ServiceVersion:1.0
ServiceUUID:2c1f66be-3983-4b4e-b108-e4673f072cd0
ServiceInvariantUUID:a0d16ac7-0676-4965-8c4c-e17e96551b37
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
ArtifactUUID:906a5884-7df6-450d-8f20-5c49416ceb33
ArtifactChecksum:MzNhYmFiMzM3ZGQzZWY5YzcxYTM3YTE0N2RlMDBlNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a18ad9ca-9b68 0
ResourceCustomizationUUID:7077aa98-ea5c-4068-a5a0-e5c8da8dbec5
ResourceInvariantUUID:17aaf2c0-9232-42b1-8031-039c26ecdfa6
ResourceName:pNF a18ad9ca-9b68
ResourceType:PNF
ResourceUUID:cf7d814c-9731-4c58-a7bf-25f0f9e143bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-11T12:25:28.757Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c1f66be-3983-4b4e-b108-e4673f072cd0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:25:28.810Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:25:28.811Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:25:28.811Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:25:28.811Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 906a5884-7df6-450d-8f20-5c49416ceb33 from URL: /sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:28.812Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:25:28.812Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:29.038Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:25:29.053Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar 906a5884-7df6-450d-8f20-5c49416ceb33 88009
2023-02-11T12:25:29.054Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar ASDC sendASDCNotification
2023-02-11T12:25:29.054Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:29.054Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:25:29.055Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:29.055Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:29.055Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118329054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:30.056Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:25:30.057Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:25:30.057Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 906a5884-7df6-450d-8f20-5c49416ceb33, URL: /sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar to file: /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.058Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.058Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.058Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.214Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16494953473446551446/Definitions/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml
2023-02-11T12:25:30.974Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T12:25:30.975Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:25:30.975Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.975Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T12:25:30.975Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.975Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a18ad9ca-9b68 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.976Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.977Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Node template pNF a18ad9ca-9b68 0 is matching search criteria
2023-02-11T12:25:30.977Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:25:30.977Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a18ad9ca-9b68 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:25:30.977Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.977Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Node template pNF a18ad9ca-9b68 0 is matching search criteria
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a18ad9ca-9b68 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.978Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.979Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UNzhiGrMpDPUxHzC8xC8
Description:catalog service description
Model UUID:2c1f66be-3983-4b4e-b108-e4673f072cd0
Model Version:NULL
Model InvariantUuid:a0d16ac7-0676-4965-8c4c-e17e96551b37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T12:25:30.988Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf7d814c-9731-4c58-a7bf-25f0f9e143bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:25:30.991Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||pNF a18ad9ca-9b68 0
2023-02-11T12:25:30.991Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf7d814c-9731-4c58-a7bf-25f0f9e143bb
2023-02-11T12:25:30.991Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2c1f66be-3983-4b4e-b108-e4673f072cd0
2023-02-11T12:25:30.992Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2c1f66be-3983-4b4e-b108-e4673f072cd0
2023-02-11T12:25:30.992Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a18ad9ca-9b68 0 cf7d814c-9731-4c58-a7bf-25f0f9e143bb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:25:30.996Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7716869a, org.onap.sdc.toscaparser.api.parameters.Input@1f58df82, org.onap.sdc.toscaparser.api.parameters.Input@7d6e1981, org.onap.sdc.toscaparser.api.parameters.Input@37adb27a, org.onap.sdc.toscaparser.api.parameters.Input@74ccc043]
2023-02-11T12:25:30.996Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.996Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.997Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2c1f66be-3983-4b4e-b108-e4673f072cd0: pNF a18ad9ca-9b68
2023-02-11T12:25:30.997Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Processing PNF resource: cf7d814c-9731-4c58-a7bf-25f0f9e143bb
2023-02-11T12:25:30.997Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:25:30.997Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_UNzhiGrMpDPUxHzC8xC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:25:30.997Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7077aa98-ea5c-4068-a5a0-e5c8da8dbec5 is the same as notified resource customizationUUID: 7077aa98-ea5c-4068-a5a0-e5c8da8dbec5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-11T12:25:31.088Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a18ad9ca-9b68 cf7d814c-9731-4c58-a7bf-25f0f9e143bb 0 ASDC deployResourceStructure
2023-02-11T12:25:31.088Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar ASDC sendASDCNotification
2023-02-11T12:25:31.088Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar
2023-02-11T12:25:31.089Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:25:31.089Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:25:31.089Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:25:31.089Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118331088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:25:32.090Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55217c1-0e67-4b1b-846e-c879324eb46a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:25:32.109Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55217c1-0e67-4b1b-846e-c879324eb46a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:25:32.112Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:25:32.112Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T12:25:32.112Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:25:32.113Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:25:32.118Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T12:26:02.119Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f55217c1-0e67-4b1b-846e-c879324eb46a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T12:26:02.131Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f55217c1-0e67-4b1b-846e-c879324eb46a and serviceModelVersionId: 2c1f66be-3983-4b4e-b108-e4673f072cd0
2023-02-11T12:26:02.132Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0d16ac7-0676-4965-8c4c-e17e96551b37
2023-02-11T12:26:02.132Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0
2023-02-11T12:26:02.137Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T12:26:02.200Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0|INFO|500||Invoke
2023-02-11T12:26:02.200Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f55217c1-0e67-4b1b-846e-c879324eb46a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e08e29a-21eb-4e0a-987a-22de13338ce8], X-ECOMP-RequestID=[f55217c1-0e67-4b1b-846e-c879324eb46a], X-TransactionId=[], X-ONAP-RequestID=[f55217c1-0e67-4b1b-846e-c879324eb46a], Content-Type=[application/merge-patch+json]}
2023-02-11T12:26:02.219Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T12:26:02.474Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?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/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 12:26:01 GMT], content-length=[0], vertex-id=[176160], x-aai-txid=[2-aai-resources-230211-12:26:01:562-30320], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T12:26:02.474Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T12:26:02.475Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0d16ac7-0676-4965-8c4c-e17e96551b37/model-vers/model-ver/2c1f66be-3983-4b4e-b108-e4673f072cd0?depth=0|INFO|500||InvokeReturn
2023-02-11T12:26:02.476Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T12:26:02.476Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:26:02.483Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T12:26:02.483Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f55217c1-0e67-4b1b-846e-c879324eb46a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T12:26:02.483Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T12:26:02.484Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:02.484Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:02.484Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118362483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:26:03.495Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T12:26:03.496Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"a5520f5d-ee65-4d07-af68-d9dc2b08acc9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8889e065-e3eb-406a-9eed-9f2eb968cfe4","serviceDescription":"service","serviceInvariantUUID":"20dd0304-2dd4-4dea-960f-8562ac60d616","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87bf85b3-b5c3-4b06-8534-59e6f66f55ba","resourceInvariantUUID":"e5f33a39-e217-4ffe-8ca8-330006ba0ab4","resourceCustomizationUUID":"1ec955c8-0120-4c1f-a11c-20712d946cb2","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":"YTNhMGVkOTBkNTZiNTE1YmYxN2ExMTAwMTk2ZTQ0OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dc405c-ff97-4525-84ff-db0a9094fbfa","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":"OTJjMzZlNTc1YmEwZjVhODU3ZDY4MTVjM2I1ODUzMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3fdedb6-a0a0-46ff-a6ae-54c33605ba17","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":"c69d1858-81ff-4bfe-8318-8aaa85f7fd0f","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":"1fddf4ce-d2c7-48aa-b8de-44ed8e872304","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":"74c65c9f-a8ba-433b-83f6-a5b77840cbb7","artifactVersion":"2","generatedFromUUID":"c69d1858-81ff-4bfe-8318-8aaa85f7fd0f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTVlZWI0OTI4N2FhYTM0NzI0ZDUxMzcyNzQzMTk0MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6127e85-a51c-4b92-b30d-363e56386fbc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjA0ZTE4ZWNjMTllYTdhNzE4NDFiMjAwOWIyMzU5ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T12:26:03.496Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:03.496Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:03.496Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:03.496Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:04.497Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:04.498Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:04.498Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:04.498Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:05.499Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:05.499Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:05.499Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:05.500Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:06.500Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:06.501Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:06.501Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:06.501Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:07.502Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:07.502Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:07.502Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:07.502Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:08.503Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:08.504Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:08.504Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:08.504Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:09.504Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:26:09.505Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:09.505Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:09.505Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:10.506Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8889e065-e3eb-406a-9eed-9f2eb968cfe4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "20dd0304-2dd4-4dea-960f-8562ac60d616",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1ec955c8-0120-4c1f-a11c-20712d946cb2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87bf85b3-b5c3-4b06-8534-59e6f66f55ba",
      "resourceInvariantUUID": "e5f33a39-e217-4ffe-8ca8-330006ba0ab4",
      "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": "OTJjMzZlNTc1YmEwZjVhODU3ZDY4MTVjM2I1ODUzMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c3fdedb6-a0a0-46ff-a6ae-54c33605ba17",
          "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": "c69d1858-81ff-4bfe-8318-8aaa85f7fd0f",
          "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": "74c65c9f-a8ba-433b-83f6-a5b77840cbb7",
            "generatedFromUUID": "c69d1858-81ff-4bfe-8318-8aaa85f7fd0f"
          },
          "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": "74c65c9f-a8ba-433b-83f6-a5b77840cbb7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjA0ZTE4ZWNjMTllYTdhNzE4NDFiMjAwOWIyMzU5ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T12:26:10.507Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T12:26:10.507Z|f55217c1-0e67-4b1b-846e-c879324eb46a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8889e065-e3eb-406a-9eed-9f2eb968cfe4 ASDC
2023-02-11T12:26:10.507Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a5520f5d-ee65-4d07-af68-d9dc2b08acc9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8889e065-e3eb-406a-9eed-9f2eb968cfe4
ServiceInvariantUUID:20dd0304-2dd4-4dea-960f-8562ac60d616
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:0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6
ArtifactChecksum:MjA0ZTE4ZWNjMTllYTdhNzE4NDFiMjAwOWIyMzU5ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1ec955c8-0120-4c1f-a11c-20712d946cb2
ResourceInvariantUUID:e5f33a39-e217-4ffe-8ca8-330006ba0ab4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:87bf85b3-b5c3-4b06-8534-59e6f66f55ba
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:c3fdedb6-a0a0-46ff-a6ae-54c33605ba17
ArtifactChecksum:OTJjMzZlNTc1YmEwZjVhODU3ZDY4MTVjM2I1ODUzMjQ=
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:c69d1858-81ff-4bfe-8318-8aaa85f7fd0f
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:74c65c9f-a8ba-433b-83f6-a5b77840cbb7
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:74c65c9f-a8ba-433b-83f6-a5b77840cbb7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T12:26:10.507Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8889e065-e3eb-406a-9eed-9f2eb968cfe4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:26:10.579Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:26:10.580Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:26:10.580Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:26:10.580Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T12:26:10.580Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:26:10.581Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T12:26:10.866Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:26:10.881Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6 75178
2023-02-11T12:26:10.881Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-11T12:26:10.881Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T12:26:10.881Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:26:10.882Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:10.882Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:10.882Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118370881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:11.883Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:26:11.883Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:26:11.883Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0e87dc4f-e940-4f5b-a6b0-ab15cfc36af6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:11.884Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-11T12:26:11.884Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:11.884Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:12.055Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16112558197371817047/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-11T12:26:13.099Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T12:26:13.099Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:26:13.099Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.099Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T12:26:13.099Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:26:13.100Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.101Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.101Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:13.101Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:26:13.101Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:26:13.101Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.102Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T12:26:13.103Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.104Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.105Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b4c5415-aca6-4b6e-b01f-70f07036ffea
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.106Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:13.107Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8889e065-e3eb-406a-9eed-9f2eb968cfe4
Model Version:NULL
Model InvariantUuid:20dd0304-2dd4-4dea-960f-8562ac60d616
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:893b456e-6f09-4ee5-b9db-e5c1f858b15c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e5f33a39-e217-4ffe-8ca8-330006ba0ab4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ec955c8-0120-4c1f-a11c-20712d946cb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:145ce396-ab50-4469-862c-2e04313d7fe5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cd914bee-c0e0-42fe-b24e-d41243fa5ddf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b4c5415-aca6-4b6e-b01f-70f07036ffea
ModelInvariantUuid:c84f05b0-3ed2-4d5d-bf8a-1d4abefcfa31
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6a2d7ad9-9c7a-4b10-8c2d-c43ddea5dde9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5b2de99f-2552-469e-84e2-a9311f5f726d
ModelInvariantUuid:bade57ed-79e1-4982-917a-499ca0f61bb4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:63c01aee-fb91-4e25-83a0-61791ae58410
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T12:26:13.113Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 87bf85b3-b5c3-4b06-8534-59e6f66f55ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:26:13.115Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-02-11T12:26:13.115Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87bf85b3-b5c3-4b06-8534-59e6f66f55ba
2023-02-11T12:26:13.116Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c3fdedb6-a0a0-46ff-a6ae-54c33605ba17 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T12:26:13.116Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:26:13.116Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T12:26:13.365Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c3fdedb6-a0a0-46ff-a6ae-54c33605ba17 787
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:13.366Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118373366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:14.367Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "145ce396-ab50-4469-862c-2e04313d7fe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd914bee-c0e0-42fe-b24e-d41243fa5ddf",
    "vfModuleModelCustomizationUUID": "0da3d6eb-e55c-4334-8557-eae39edcddb6",
    "isBase": true,
    "artifacts": [
      "c69d1858-81ff-4bfe-8318-8aaa85f7fd0f",
      "74c65c9f-a8ba-433b-83f6-a5b77840cbb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:26:14.371Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd914bee-c0e0-42fe-b24e-d41243fa5ddf
VfModuleModelInvariantUUID:145ce396-ab50-4469-862c-2e04313d7fe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c69d1858-81ff-4bfe-8318-8aaa85f7fd0f
,
74c65c9f-a8ba-433b-83f6-a5b77840cbb7

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

isBase:true


}

2023-02-11T12:26:14.372Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "145ce396-ab50-4469-862c-2e04313d7fe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd914bee-c0e0-42fe-b24e-d41243fa5ddf",
    "vfModuleModelCustomizationUUID": "0da3d6eb-e55c-4334-8557-eae39edcddb6",
    "isBase": true,
    "artifacts": [
      "c69d1858-81ff-4bfe-8318-8aaa85f7fd0f",
      "74c65c9f-a8ba-433b-83f6-a5b77840cbb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:26:14.373Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd914bee-c0e0-42fe-b24e-d41243fa5ddf
VfModuleModelInvariantUUID:145ce396-ab50-4469-862c-2e04313d7fe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c69d1858-81ff-4bfe-8318-8aaa85f7fd0f
,
74c65c9f-a8ba-433b-83f6-a5b77840cbb7

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

isBase:true


}

2023-02-11T12:26:14.373Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c69d1858-81ff-4bfe-8318-8aaa85f7fd0f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T12:26:14.373Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:26:14.373Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T12:26:14.597Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:26:14.597Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c69d1858-81ff-4bfe-8318-8aaa85f7fd0f 5033
2023-02-11T12:26:14.598Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T12:26:14.598Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T12:26:14.598Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:26:14.598Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:14.599Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:14.599Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118374598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:15.599Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 74c65c9f-a8ba-433b-83f6-a5b77840cbb7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T12:26:15.600Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:26:15.600Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T12:26:15.794Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:26:15.795Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 74c65c9f-a8ba-433b-83f6-a5b77840cbb7 903
2023-02-11T12:26:15.796Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T12:26:15.796Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T12:26:15.796Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:26:15.797Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:15.797Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:15.797Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118375796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:16.799Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8889e065-e3eb-406a-9eed-9f2eb968cfe4
2023-02-11T12:26:16.799Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 87bf85b3-b5c3-4b06-8534-59e6f66f55ba ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:26:16.810Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cc6d412, org.onap.sdc.toscaparser.api.parameters.Input@18bdabbf, org.onap.sdc.toscaparser.api.parameters.Input@58f508b3, org.onap.sdc.toscaparser.api.parameters.Input@5c344596, org.onap.sdc.toscaparser.api.parameters.Input@76f87c46]
2023-02-11T12:26:16.811Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.812Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.812Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-11T12:26:16.812Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1ec955c8-0120-4c1f-a11c-20712d946cb2
2023-02-11T12:26:16.812Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ec955c8-0120-4c1f-a11c-20712d946cb2 matches Tosca VF Customization UUID: 1ec955c8-0120-4c1f-a11c-20712d946cb2
2023-02-11T12:26:16.812Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1ec955c8-0120-4c1f-a11c-20712d946cb2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T12:26:16.815Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.815Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.816Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1ec955c8-0120-4c1f-a11c-20712d946cb2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T12:26:16.816Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dcb123d
2023-02-11T12:26:16.816Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.816Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:26:16.817Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0da3d6eb-e55c-4334-8557-eae39edcddb6
2023-02-11T12:26:16.817Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0da3d6eb-e55c-4334-8557-eae39edcddb6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T12:26:16.819Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.819Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:16.819Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:16.820Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.820Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:16.820Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:16.821Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.821Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T12:26:16.821Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T12:26:16.821Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T12:26:16.821Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b4c5415-aca6-4b6e-b01f-70f07036ffea
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T12:26:16.824Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.824Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:16.824Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:26:16.825Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.825Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T12:26:16.825Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1ec955c8-0120-4c1f-a11c-20712d946cb2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:26:16.827Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.827Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.828Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8889e065-e3eb-406a-9eed-9f2eb968cfe4: basic_vm
2023-02-11T12:26:16.828Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.828Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.828Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.829Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.829Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.829Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.829Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.829Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.830Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:26:16.830Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:26:16.830Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:16.911Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 87bf85b3-b5c3-4b06-8534-59e6f66f55ba 1 ASDC deployResourceStructure
2023-02-11T12:26:16.911Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-11T12:26:16.911Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T12:26:16.912Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:26:16.912Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:16.912Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:16.912Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118376911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:17.913Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T12:26:17.913Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T12:26:17.913Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:26:17.914Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:17.914Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:17.914Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118377913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:18.915Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T12:26:18.915Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T12:26:18.915Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:26:18.916Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:18.916Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:18.916Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118378915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:19.917Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-11T12:26:19.918Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T12:26:19.918Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:26:19.918Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:26:19.918Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:26:19.918Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118379917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:20.921Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:26:20.933Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:26:20.935Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:26:20.935Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T12:26:20.936Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T12:26:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:26:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118268510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.813Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5520f5d-ee65-4d07-af68-d9dc2b08acc9
2023-02-11T12:26:27.813Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.824Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118269519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.824Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118275397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118274744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118282684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118282770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118267428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118270545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118285103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118286221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118286007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118286111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.842Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5520f5d-ee65-4d07-af68-d9dc2b08acc9
2023-02-11T12:26:27.843Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676118287225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67b7fa15-e782-4422-960c-30e577ccbeba
2023-02-11T12:26:27.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b7fa15-e782-4422-960c-30e577ccbeba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118287160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118288341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118289710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.873Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118290809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67b7fa15-e782-4422-960c-30e577ccbeba
2023-02-11T12:26:27.878Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b7fa15-e782-4422-960c-30e577ccbeba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676118291816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118293261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118294264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.891Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5520f5d-ee65-4d07-af68-d9dc2b08acc9
2023-02-11T12:26:27.891Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.899Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.899Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.900Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.901Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.903Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118305398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118304744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118314734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118314786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118317065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.906Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676118318070,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67b7fa15-e782-4422-960c-30e577ccbeba
2023-02-11T12:26:27.910Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b7fa15-e782-4422-960c-30e577ccbeba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.918Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8a0a94fb-c1ef-49d3-bbe3-c41cb459336e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118319695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T12:26:27.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.918Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118325555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/resourceInstances/pnfa18ad9ca9b680/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "aai-model-loader",
  "timestamp": 1676118326557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:27.925Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67b7fa15-e782-4422-960c-30e577ccbeba
2023-02-11T12:26:27.925Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b7fa15-e782-4422-960c-30e577ccbeba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:26:27.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.933Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:26:27.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:27.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:26:27.934Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:26:27.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:26:50.936Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:26:50.946Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:26:50.948Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:26:50.948Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T12:26:50.948Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T12:26:50.948Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:26:50.949Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:26:50.954Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T12:27:20.955Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T12:27:20.962Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and serviceModelVersionId: 8889e065-e3eb-406a-9eed-9f2eb968cfe4
2023-02-11T12:27:20.962Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20dd0304-2dd4-4dea-960f-8562ac60d616
2023-02-11T12:27:20.963Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0
2023-02-11T12:27:20.969Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T12:27:21.014Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T12:27:21.015Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0|INFO|500||Invoke
2023-02-11T12:27:21.021Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T12:27:21.213Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0|INFO|500||InvokeReturn
2023-02-11T12:27:21.214Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/20dd0304-2dd4-4dea-960f-8562ac60d616/model-vers/model-ver/8889e065-e3eb-406a-9eed-9f2eb968cfe4?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 12:27:20 GMT], content-length=[0], vertex-id=[213056], x-aai-txid=[2-aai-resources-230211-12:27:20:364-39314], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T12:27:21.214Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T12:27:21.214Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T12:27:21.214Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:27:21.218Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T12:27:21.219Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5520f5d-ee65-4d07-af68-d9dc2b08acc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T12:27:21.219Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T12:27:21.219Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:21.219Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:21.220Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118441219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:27:22.238Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T12:27:22.238Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"67b7fa15-e782-4422-960c-30e577ccbeba","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"74919a7b-d57b-45bd-a1a6-f71bf9c2f980","serviceDescription":"service","serviceInvariantUUID":"43f59c3e-f822-47c3-9781-d77d6d2784d2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"deb4d5d4-68d1-408b-a89d-d262051511dd","resourceInvariantUUID":"94b0ff9f-1054-4569-b892-aa26f2a0d482","resourceCustomizationUUID":"e7f89020-2d3e-4ea5-b803-054d0de02223","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQyY2Y0OTBjMjEzY2QxOTZjN2RmNzkwNGFlOTljYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebaa5916-ac9f-4a6a-9449-fc99d9386fb9","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f44384e6-5de9-48da-b0a7-cfccedc708f9","artifactVersion":"2","generatedFromUUID":"8197b962-1d0e-4474-b5e6-369f2dbedce5"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8197b962-1d0e-4474-b5e6-369f2dbedce5","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTc2ZGE1OTcyOTAzMzI1MjYyMWE0NzViOWQ4NWRmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"684c38d3-9da5-4be0-849c-c4efaae55b87","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73b3c421-a71a-422c-9cc0-97c946fd3d59","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f69063e1-f586-4f10-95d8-3708d7920c61","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a627647-39df-4e16-861b-c3639b85ecfb","artifactVersion":"2","generatedFromUUID":"73b3c421-a71a-422c-9cc0-97c946fd3d59"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTJjNjQ3MjUzZGUyNmMxYWRjNzNiMGUxYTJjN2VhZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f6659cd-23e5-43b0-b1f0-377cefd0d178","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWUwOTk4OTQ0OTA1MDRkOGQ5MGM2NGFiZGRlZGFmMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d676df35-83f6-4188-9b83-242ef7d826fd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T12:27:22.239Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:22.239Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:22.239Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:22.239Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:23.240Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:23.240Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:23.240Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:23.241Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:24.241Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:24.242Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:24.242Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:24.242Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:25.243Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:25.243Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:25.243Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:25.243Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:26.244Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:26.244Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:26.245Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:26.245Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:27.246Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:27.246Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:27.246Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:27.246Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118329054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:27:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118331088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUnzhigrmpdpuxhzc8xc8/1.0/artifacts/service-DemoPnfUnzhigrmpdpuxhzc8xc8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:27:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f55217c1-0e67-4b1b-846e-c879324eb46a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118362483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T12:27:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:27:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:27:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:27:27.807Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.807Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.808Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118370881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118373366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:27:27.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118374598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118375796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118376911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.810Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118377913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118378915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118379917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:27:27.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:27:28.247Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:28.248Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:28.248Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:28.248Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:29.249Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:29.249Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:29.249Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:29.249Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:30.250Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T12:27:30.251Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:30.251Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:30.251Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:31.253Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "74919a7b-d57b-45bd-a1a6-f71bf9c2f980",
  "serviceDescription": "service",
  "serviceInvariantUUID": "43f59c3e-f822-47c3-9781-d77d6d2784d2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e7f89020-2d3e-4ea5-b803-054d0de02223",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "deb4d5d4-68d1-408b-a89d-d262051511dd",
      "resourceInvariantUUID": "94b0ff9f-1054-4569-b892-aa26f2a0d482",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f44384e6-5de9-48da-b0a7-cfccedc708f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8197b962-1d0e-4474-b5e6-369f2dbedce5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MTc2ZGE1OTcyOTAzMzI1MjYyMWE0NzViOWQ4NWRmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "684c38d3-9da5-4be0-849c-c4efaae55b87",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "73b3c421-a71a-422c-9cc0-97c946fd3d59",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2a627647-39df-4e16-861b-c3639b85ecfb",
            "generatedFromUUID": "73b3c421-a71a-422c-9cc0-97c946fd3d59"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2a627647-39df-4e16-861b-c3639b85ecfb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWUwOTk4OTQ0OTA1MDRkOGQ5MGM2NGFiZGRlZGFmMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d676df35-83f6-4188-9b83-242ef7d826fd"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T12:27:31.253Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T12:27:31.254Z|a5520f5d-ee65-4d07-af68-d9dc2b08acc9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 74919a7b-d57b-45bd-a1a6-f71bf9c2f980 ASDC
2023-02-11T12:27:31.254Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:67b7fa15-e782-4422-960c-30e577ccbeba
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:74919a7b-d57b-45bd-a1a6-f71bf9c2f980
ServiceInvariantUUID:43f59c3e-f822-47c3-9781-d77d6d2784d2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:d676df35-83f6-4188-9b83-242ef7d826fd
ArtifactChecksum:OWUwOTk4OTQ0OTA1MDRkOGQ5MGM2NGFiZGRlZGFmMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e7f89020-2d3e-4ea5-b803-054d0de02223
ResourceInvariantUUID:94b0ff9f-1054-4569-b892-aa26f2a0d482
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:deb4d5d4-68d1-408b-a89d-d262051511dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:f44384e6-5de9-48da-b0a7-cfccedc708f9
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:8197b962-1d0e-4474-b5e6-369f2dbedce5
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:684c38d3-9da5-4be0-849c-c4efaae55b87
ArtifactChecksum:MTc2ZGE1OTcyOTAzMzI1MjYyMWE0NzViOWQ4NWRmNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:73b3c421-a71a-422c-9cc0-97c946fd3d59
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:2a627647-39df-4e16-861b-c3639b85ecfb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:2a627647-39df-4e16-861b-c3639b85ecfb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T12:27:31.254Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74919a7b-d57b-45bd-a1a6-f71bf9c2f980 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:27:31.290Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:27:31.290Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:27:31.291Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:27:31.291Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d676df35-83f6-4188-9b83-242ef7d826fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T12:27:31.291Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:31.291Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T12:27:31.754Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:31.786Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d676df35-83f6-4188-9b83-242ef7d826fd 73988
2023-02-11T12:27:31.786Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-11T12:27:31.786Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T12:27:31.786Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:31.787Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:31.787Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:31.787Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118451786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:32.788Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T12:27:32.789Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T12:27:32.789Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d676df35-83f6-4188-9b83-242ef7d826fd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:32.790Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-11T12:27:32.790Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:32.790Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:32.923Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8851151302489603275/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-11T12:27:33.989Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:33.990Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:27:33.991Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.992Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.993Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:33.994Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T12:27:33.995Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b714778c-e7e4-4f0a-bb72-af406d340ea0
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.996Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:33.997Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:33.997Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:74919a7b-d57b-45bd-a1a6-f71bf9c2f980
Model Version:NULL
Model InvariantUuid:43f59c3e-f822-47c3-9781-d77d6d2784d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fb727630-f3ef-4508-b130-18b2ab129e23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94b0ff9f-1054-4569-b892-aa26f2a0d482
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7f89020-2d3e-4ea5-b803-054d0de02223
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:46862027-9aca-4497-8cc4-cf4f07946957
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:82cc400a-8140-4591-ba56-28cc772752ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b714778c-e7e4-4f0a-bb72-af406d340ea0
ModelInvariantUuid:03082860-a498-40c9-8850-ac805738deb1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3a099c6b-4c8b-4c69-aa9b-062ad7a5debd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b884911d-6c31-4c79-8802-e546f14cb23b
ModelInvariantUuid:246048a9-3d1e-4e8d-9481-436be47e68c9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d148d727-21ef-406a-baf0-66a885a87e2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T12:27:34.002Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: deb4d5d4-68d1-408b-a89d-d262051511dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:27:34.005Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||basic_cnf 0
2023-02-11T12:27:34.005Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: deb4d5d4-68d1-408b-a89d-d262051511dd
2023-02-11T12:27:34.005Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f44384e6-5de9-48da-b0a7-cfccedc708f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T12:27:34.005Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:34.005Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T12:27:34.386Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:34.386Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f44384e6-5de9-48da-b0a7-cfccedc708f9 12
2023-02-11T12:27:34.386Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-11T12:27:34.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T12:27:34.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:34.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:34.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:34.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118454386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:35.388Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8197b962-1d0e-4474-b5e6-369f2dbedce5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T12:27:35.388Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:35.388Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T12:27:35.750Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:35.757Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8197b962-1d0e-4474-b5e6-369f2dbedce5 2688
2023-02-11T12:27:35.757Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-11T12:27:35.758Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T12:27:35.758Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:35.758Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:35.758Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:35.758Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118455757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:36.760Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 684c38d3-9da5-4be0-849c-c4efaae55b87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T12:27:36.760Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:36.761Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T12:27:37.305Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:37.306Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 684c38d3-9da5-4be0-849c-c4efaae55b87 828
2023-02-11T12:27:37.306Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-11T12:27:37.306Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T12:27:37.306Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:37.306Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:37.307Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:37.307Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118457306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:38.309Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "46862027-9aca-4497-8cc4-cf4f07946957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82cc400a-8140-4591-ba56-28cc772752ef",
    "vfModuleModelCustomizationUUID": "ad517378-ece5-40a7-b16c-1c87548a4005",
    "isBase": true,
    "artifacts": [
      "8197b962-1d0e-4474-b5e6-369f2dbedce5",
      "73b3c421-a71a-422c-9cc0-97c946fd3d59",
      "2a627647-39df-4e16-861b-c3639b85ecfb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:27:38.313Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82cc400a-8140-4591-ba56-28cc772752ef
VfModuleModelInvariantUUID:46862027-9aca-4497-8cc4-cf4f07946957
VfModuleModelDescription:NULL
Artifacts UUID List:{
8197b962-1d0e-4474-b5e6-369f2dbedce5
,
73b3c421-a71a-422c-9cc0-97c946fd3d59
,
2a627647-39df-4e16-861b-c3639b85ecfb

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

isBase:true


}

2023-02-11T12:27:38.316Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "46862027-9aca-4497-8cc4-cf4f07946957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82cc400a-8140-4591-ba56-28cc772752ef",
    "vfModuleModelCustomizationUUID": "ad517378-ece5-40a7-b16c-1c87548a4005",
    "isBase": true,
    "artifacts": [
      "8197b962-1d0e-4474-b5e6-369f2dbedce5",
      "73b3c421-a71a-422c-9cc0-97c946fd3d59",
      "2a627647-39df-4e16-861b-c3639b85ecfb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T12:27:38.316Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82cc400a-8140-4591-ba56-28cc772752ef
VfModuleModelInvariantUUID:46862027-9aca-4497-8cc4-cf4f07946957
VfModuleModelDescription:NULL
Artifacts UUID List:{
8197b962-1d0e-4474-b5e6-369f2dbedce5
,
73b3c421-a71a-422c-9cc0-97c946fd3d59
,
2a627647-39df-4e16-861b-c3639b85ecfb

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

isBase:true


}

2023-02-11T12:27:38.316Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73b3c421-a71a-422c-9cc0-97c946fd3d59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T12:27:38.316Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:38.316Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T12:27:38.622Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:38.622Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 73b3c421-a71a-422c-9cc0-97c946fd3d59 1164
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:38.623Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118458623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:39.624Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a627647-39df-4e16-861b-c3639b85ecfb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T12:27:39.624Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T12:27:39.625Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T12:27:39.999Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T12:27:39.999Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2a627647-39df-4e16-861b-c3639b85ecfb 200
2023-02-11T12:27:40.000Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-11T12:27:40.000Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T12:27:40.000Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T12:27:40.000Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:40.000Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:40.001Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118460000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:41.003Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 74919a7b-d57b-45bd-a1a6-f71bf9c2f980
2023-02-11T12:27:41.003Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 deb4d5d4-68d1-408b-a89d-d262051511dd 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=?
2023-02-11T12:27:41.040Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:27:41.047Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40c9c6b, org.onap.sdc.toscaparser.api.parameters.Input@25bf5dae, org.onap.sdc.toscaparser.api.parameters.Input@2a382391, org.onap.sdc.toscaparser.api.parameters.Input@2fb2f33e, org.onap.sdc.toscaparser.api.parameters.Input@4f3dcd67]
2023-02-11T12:27:41.048Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.048Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.049Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-11T12:27:41.049Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e7f89020-2d3e-4ea5-b803-054d0de02223
2023-02-11T12:27:41.049Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7f89020-2d3e-4ea5-b803-054d0de02223 matches Tosca VF Customization UUID: e7f89020-2d3e-4ea5-b803-054d0de02223
2023-02-11T12:27:41.049Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e7f89020-2d3e-4ea5-b803-054d0de02223  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T12:27:41.051Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.051Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.052Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e7f89020-2d3e-4ea5-b803-054d0de02223: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T12:27:41.052Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43ec117d
2023-02-11T12:27:41.052Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.053Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T12:27:41.053Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad517378-ece5-40a7-b16c-1c87548a4005
2023-02-11T12:27:41.053Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad517378-ece5-40a7-b16c-1c87548a4005
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T12:27:41.055Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.055Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:41.055Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:41.056Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.056Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:41.056Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:41.057Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.057Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T12:27:41.057Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-11T12:27:41.057Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b714778c-e7e4-4f0a-bb72-af406d340ea0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T12:27:41.059Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.059Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:41.060Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T12:27:41.069Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.070Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T12:27:41.070Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e7f89020-2d3e-4ea5-b803-054d0de02223
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:27:41.073Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.073Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.073Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 74919a7b-d57b-45bd-a1a6-f71bf9c2f980: basic_cnf
2023-02-11T12:27:41.074Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.074Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.074Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.075Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.075Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.075Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.075Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.076Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.076Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T12:27:41.078Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T12:27:41.078Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T12:27:41.149Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf deb4d5d4-68d1-408b-a89d-d262051511dd 1 ASDC deployResourceStructure
2023-02-11T12:27:41.150Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-11T12:27:41.150Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-11T12:27:41.150Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T12:27:41.151Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:41.151Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:41.151Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118461149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:42.152Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-11T12:27:42.152Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-11T12:27:42.152Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T12:27:42.153Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:42.153Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:42.153Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118462152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:43.154Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-11T12:27:43.154Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T12:27:43.154Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:27:43.155Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:43.155Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:43.155Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118463154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:44.156Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-11T12:27:44.157Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T12:27:44.157Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:27:44.157Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:44.157Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:44.158Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118464156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:45.158Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-11T12:27:45.159Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T12:27:45.159Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:27:45.159Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:45.159Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:45.159Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118465158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:46.160Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-11T12:27:46.161Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T12:27:46.161Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T12:27:46.161Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:27:46.162Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:27:46.162Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118466160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:27:47.163Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67b7fa15-e782-4422-960c-30e577ccbeba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:27:51.013Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67b7fa15-e782-4422-960c-30e577ccbeba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T12:27:51.016Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T12:27:51.016Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T12:27:51.016Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T12:27:51.016Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T12:27:51.017Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:27:51.017Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:27:51.017Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:27:51.017Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:27:51.017Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T12:27:51.018Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T12:27:51.023Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T12:28:21.024Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67b7fa15-e782-4422-960c-30e577ccbeba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T12:28:21.030Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67b7fa15-e782-4422-960c-30e577ccbeba and serviceModelVersionId: 74919a7b-d57b-45bd-a1a6-f71bf9c2f980
2023-02-11T12:28:21.030Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43f59c3e-f822-47c3-9781-d77d6d2784d2
2023-02-11T12:28:21.031Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0
2023-02-11T12:28:21.036Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T12:28:21.089Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T12:28:21.091Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0|INFO|500||Invoke
2023-02-11T12:28:21.098Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T12:28:21.598Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0|INFO|500||InvokeReturn
2023-02-11T12:28:21.599Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/43f59c3e-f822-47c3-9781-d77d6d2784d2/model-vers/model-ver/74919a7b-d57b-45bd-a1a6-f71bf9c2f980?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 12:28:20 GMT], content-length=[0], vertex-id=[147552], x-aai-txid=[2-aai-resources-230211-12:28:20:441-25144], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T12:28:21.599Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T12:28:21.600Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T12:28:21.600Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T12:28:21.605Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T12:28:21.606Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67b7fa15-e782-4422-960c-30e577ccbeba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T12:28:21.606Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T12:28:21.606Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T12:28:21.607Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T12:28:21.607Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118501606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T12:28:22.620Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:28:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:28:27.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.801Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5520f5d-ee65-4d07-af68-d9dc2b08acc9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118441219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T12:28:27.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:28:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:28:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:28:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:22.620Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:29:27.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:29:27.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.801Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-11T12:29:27.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118320727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118451786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.802Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118454386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118455757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118457306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118458623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118460000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118461149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118462152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.804Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118463154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118464156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118465158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118466160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T12:29:27.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:29:27.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T12:29:27.806Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67b7fa15-e782-4422-960c-30e577ccbeba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676118501606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T12:29:27.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T12:30:22.620Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:30:27.799Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:31:22.620Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:31:27.799Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:32:22.625Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:32:27.799Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:33:22.629Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:33:27.800Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:34:22.630Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:34:27.801Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:35:22.632Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:35:27.801Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:36:22.632Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:36:27.803Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:37:22.635Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:37:27.803Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:38:22.636Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:38:27.804Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:39:22.637Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:39:27.804Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:40:22.638Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:40:27.805Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:41:22.639Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:41:27.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:42:22.639Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:42:27.808Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:43:22.640Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:43:27.808Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:44:22.640Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:44:27.808Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:45:22.640Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:45:27.810Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:46:22.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:46:27.811Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:47:22.642Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:47:27.811Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:48:22.643Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:48:27.812Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:49:22.644Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:49:27.812Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:50:22.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:50:27.814Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:51:22.646Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:51:27.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:52:22.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:52:27.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:53:22.648Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:53:27.817Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:54:22.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:54:27.819Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:55:22.651Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:55:27.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:56:22.651Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:56:27.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:57:22.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:57:27.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:58:22.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:58:27.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T12:59:22.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T12:59:27.825Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:00:22.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:00:27.825Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:01:22.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:01:27.827Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:02:22.656Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:02:27.827Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:03:22.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:03:27.829Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:04:22.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:04:27.829Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:05:22.659Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:05:27.829Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:06:22.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:06:27.830Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:07:22.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:07:27.832Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:08:22.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:08:27.833Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:09:22.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:09:27.834Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:10:22.665Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:10:27.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:11:22.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:11:27.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:12:22.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:12:27.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:13:22.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:13:27.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:14:22.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:14:27.840Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:15:22.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:15:27.841Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:16:22.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:16:27.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:17:22.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:17:27.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:18:22.675Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:18:27.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:19:22.675Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:19:27.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:20:22.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:20:27.849Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:21:22.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:21:27.849Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:22:22.677Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:22:27.851Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:23:22.678Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:23:27.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:24:22.678Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:24:27.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:25:22.679Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:25:27.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:26:22.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:26:27.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:27:22.683Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:27:27.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:28:22.685Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:28:27.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:29:22.686Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:29:27.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:30:22.687Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:30:27.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:31:22.687Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:31:27.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:32:22.688Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:32:27.862Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:33:22.689Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:33:27.864Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:34:22.690Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:34:27.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:35:22.691Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:35:27.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:36:22.691Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:36:27.868Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:37:22.692Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:37:27.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:38:22.692Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:38:27.870Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:39:22.692Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:39:27.871Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:40:22.693Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:40:27.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:41:22.695Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:41:27.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:42:22.695Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:42:27.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:43:22.696Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:43:27.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:44:22.699Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:44:27.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:45:22.699Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:45:27.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:46:22.701Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:46:27.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:47:22.702Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:47:27.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:48:22.703Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:48:27.878Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:49:22.704Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:49:27.879Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:50:22.704Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:50:27.879Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:51:22.706Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:51:27.880Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:52:22.707Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:52:27.881Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:53:22.709Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:53:27.882Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:54:22.710Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:54:27.884Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:55:22.711Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:55:27.885Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:56:22.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:56:27.887Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:57:22.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:57:27.887Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:58:22.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:58:27.888Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T13:59:22.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T13:59:27.890Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:00:22.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:00:27.891Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:01:22.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:01:27.893Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:02:22.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:02:27.894Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:03:22.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:03:27.894Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:04:22.721Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:04:27.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:05:22.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:05:27.896Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:06:22.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:06:27.897Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:07:22.725Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:07:27.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:08:22.726Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:08:27.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:09:22.726Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:09:27.899Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:10:22.726Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:10:27.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:11:22.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:11:27.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:12:22.729Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:12:27.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:13:22.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:13:27.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:14:22.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:14:27.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:15:22.731Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:15:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:16:22.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:16:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:17:22.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:17:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:18:22.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:18:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:18:59.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T14:18:59.882Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c29be7fb-e20c-404e-a64a-7e3565bd6e2b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7c39bced-7928-4685-b238-4f3af031c27e","serviceDescription":"service","serviceInvariantUUID":"5a027337-e791-4933-b070-7adda2f6263a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4643005b-722f-45ea-a0ee-bbbbe5513bc0","resourceInvariantUUID":"c713b2d7-1c2d-415d-ab7d-98d1270ac582","resourceCustomizationUUID":"cfe95145-4e9b-411b-981c-776813cd1c68","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":"NTg2MjM5NDk2M2Y5MzM1NDAxMzQ4MGFiZjI3OTVmMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a76cdbb-6d00-47fd-8fde-8ee7069d7396","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":"ZmVhNjJjMjM2MmUwMWZjMDJhY2Q5ZWM3M2M0M2Y0ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0389f5db-a307-4cfd-8090-4f4f07afa960","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":"aba6004c-47f8-4354-b752-f47a4306022c","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":"74ca5f61-3aa0-4646-b1c6-d9e7ab0cae99","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":"8127e2e4-9970-4c50-9cfe-a5ba3f0fb95f","artifactVersion":"2","generatedFromUUID":"1433565d-da83-4637-9eb2-221a6e59cdca"},{"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":"ddba47fd-ef1f-44c2-822a-255cc5b92467","artifactVersion":"2","generatedFromUUID":"aba6004c-47f8-4354-b752-f47a4306022c"},{"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":"1433565d-da83-4637-9eb2-221a6e59cdca","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":"729d4b5c-a8b7-4623-a8c2-80836e78fcef","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":"YjRiYmY1OWM3ZjJhYWM1NmZhMjkwODg3NWE5ODk5ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b30feb92-743f-4e52-823d-2ef330bc311a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjI4OTI3NDMyNDhkYWVkODkxMWQ3YjJjMzhjMWMzYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"516309dc-0059-497e-b732-979da2bc7103","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T14:18:59.886Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:18:59.887Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:18:59.887Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:18:59.887Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:18:59.890Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.890Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.891Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.891Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.891Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.891Z||kafka-producer-network-thread | SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ac11a0c9-8710-4390-b669-57f1bb677a1d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to AC8vcqLfSmW8K89qRT0eIg
2023-02-11T14:18:59.901Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:18:59.902Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:18:59.902Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:19:00.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:00.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:00.893Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:00.894Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:01.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:01.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:01.896Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:01.896Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:02.897Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:02.897Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:02.898Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:02.898Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:03.899Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:03.900Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:03.900Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:03.900Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:04.901Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:04.902Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:04.902Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:04.902Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:05.903Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:05.904Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:05.904Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:05.904Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:06.905Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:06.906Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:06.906Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:06.906Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:07.907Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:07.908Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:07.908Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:07.908Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:08.909Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:19:08.909Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:08.909Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:08.910Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:09.911Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7c39bced-7928-4685-b238-4f3af031c27e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a027337-e791-4933-b070-7adda2f6263a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "cfe95145-4e9b-411b-981c-776813cd1c68",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4643005b-722f-45ea-a0ee-bbbbe5513bc0",
      "resourceInvariantUUID": "c713b2d7-1c2d-415d-ab7d-98d1270ac582",
      "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": "ZmVhNjJjMjM2MmUwMWZjMDJhY2Q5ZWM3M2M0M2Y0ZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0389f5db-a307-4cfd-8090-4f4f07afa960",
          "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": "aba6004c-47f8-4354-b752-f47a4306022c",
          "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": "ddba47fd-ef1f-44c2-822a-255cc5b92467",
            "generatedFromUUID": "aba6004c-47f8-4354-b752-f47a4306022c"
          },
          "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": "8127e2e4-9970-4c50-9cfe-a5ba3f0fb95f",
          "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": "ddba47fd-ef1f-44c2-822a-255cc5b92467",
          "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": "1433565d-da83-4637-9eb2-221a6e59cdca",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjI4OTI3NDMyNDhkYWVkODkxMWQ3YjJjMzhjMWMzYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "516309dc-0059-497e-b732-979da2bc7103"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T14:19:09.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T14:19:09.912Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7c39bced-7928-4685-b238-4f3af031c27e ASDC
2023-02-11T14:19:09.913Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c29be7fb-e20c-404e-a64a-7e3565bd6e2b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7c39bced-7928-4685-b238-4f3af031c27e
ServiceInvariantUUID:5a027337-e791-4933-b070-7adda2f6263a
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:516309dc-0059-497e-b732-979da2bc7103
ArtifactChecksum:MjI4OTI3NDMyNDhkYWVkODkxMWQ3YjJjMzhjMWMzYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:cfe95145-4e9b-411b-981c-776813cd1c68
ResourceInvariantUUID:c713b2d7-1c2d-415d-ab7d-98d1270ac582
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4643005b-722f-45ea-a0ee-bbbbe5513bc0
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:0389f5db-a307-4cfd-8090-4f4f07afa960
ArtifactChecksum:ZmVhNjJjMjM2MmUwMWZjMDJhY2Q5ZWM3M2M0M2Y0ZjE=
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:aba6004c-47f8-4354-b752-f47a4306022c
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:ddba47fd-ef1f-44c2-822a-255cc5b92467
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:8127e2e4-9970-4c50-9cfe-a5ba3f0fb95f
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:ddba47fd-ef1f-44c2-822a-255cc5b92467
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:1433565d-da83-4637-9eb2-221a6e59cdca
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T14:19:09.913Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c39bced-7928-4685-b238-4f3af031c27e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:19:09.980Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:19:09.981Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-11T14:19:09.981Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-11T14:19:09.981Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 516309dc-0059-497e-b732-979da2bc7103 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:09.981Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:09.982Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:10.642Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:10.651Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 516309dc-0059-497e-b732-979da2bc7103 163286
2023-02-11T14:19:10.652Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:19:10.652Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:10.652Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:10.652Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:10.653Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:10.653Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125150652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:11.654Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:19:11.654Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-11T14:19:11.655Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 516309dc-0059-497e-b732-979da2bc7103, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:11.655Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-11T14:19:11.656Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:11.656Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:11.872Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17156607954333598414/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-11T14:19:13.060Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T14:19:13.060Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-11T14:19:13.060Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:13.060Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-11T14:19:13.061Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:13.061Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:13.061Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:13.061Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:13.061Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-11T14:19:13.062Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.062Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.062Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.062Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-11T14:19:13.063Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:19:13.063Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.063Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.063Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.064Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-11T14:19:13.064Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:19:13.064Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.064Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.065Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.065Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-11T14:19:13.065Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-11T14:19:13.065Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-11T14:19:13.065Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T14:19:13.066Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.066Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T14:19:13.066Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.066Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.067Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:13.067Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.067Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.067Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:13.068Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.068Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.068Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:13.068Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.069Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:13.069Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:13.069Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.069Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-11T14:19:13.070Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-11T14:19:13.070Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1968fb21-b7e6-4f9c-9e9d-4591e25bee56
2023-02-11T14:19:13.070Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.070Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.070Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.071Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.071Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.071Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.071Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:13.071Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:13.072Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7c39bced-7928-4685-b238-4f3af031c27e
Model Version:NULL
Model InvariantUuid:5a027337-e791-4933-b070-7adda2f6263a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0af6b20e-e305-41c9-81c0-4e6e45f038e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c713b2d7-1c2d-415d-ab7d-98d1270ac582
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cfe95145-4e9b-411b-981c-776813cd1c68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d8a94f9-8630-4b75-909a-3e5181f1d5ad
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:dcc39ecd-8e1b-4a86-8a85-dd72f4ddb3d5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:fb1b2c59-85aa-441f-bbcf-68735477ddbd
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5ddb84b5-aa5c-4982-adff-bf3f1c97bd13
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1968fb21-b7e6-4f9c-9e9d-4591e25bee56
ModelInvariantUuid:4f8b27f6-57ca-4dda-86f5-5451e5391018
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:1125987c-1d58-4564-b9ba-73e1740df2d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c3929211-a38e-47f7-a3ce-f50d4009a6fe
ModelInvariantUuid:a938fd55-3211-49eb-b70b-6f1c0f257f17
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f24b0d5e-78d9-4c26-ac48-c57ad034eef9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T14:19:13.079Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4643005b-722f-45ea-a0ee-bbbbe5513bc0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:19:13.083Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2023-02-11T14:19:13.083Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4643005b-722f-45ea-a0ee-bbbbe5513bc0
2023-02-11T14:19:13.083Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0389f5db-a307-4cfd-8090-4f4f07afa960 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T14:19:13.083Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:13.084Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T14:19:13.320Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:13.320Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0389f5db-a307-4cfd-8090-4f4f07afa960 1565
2023-02-11T14:19:13.321Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-11T14:19:13.321Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T14:19:13.321Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:13.322Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:13.322Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:13.323Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125153321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:14.323Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "fb1b2c59-85aa-441f-bbcf-68735477ddbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ddb84b5-aa5c-4982-adff-bf3f1c97bd13",
    "vfModuleModelCustomizationUUID": "8134ccf8-9cc0-4ad0-a714-5378a2f06f51",
    "isBase": true,
    "artifacts": [
      "aba6004c-47f8-4354-b752-f47a4306022c",
      "ddba47fd-ef1f-44c2-822a-255cc5b92467"
    ],
    "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": "6d8a94f9-8630-4b75-909a-3e5181f1d5ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc39ecd-8e1b-4a86-8a85-dd72f4ddb3d5",
    "vfModuleModelCustomizationUUID": "41e2f440-71de-4602-ac71-c9391c3ccaaa",
    "isBase": false,
    "artifacts": [
      "1433565d-da83-4637-9eb2-221a6e59cdca"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T14:19:14.328Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ddb84b5-aa5c-4982-adff-bf3f1c97bd13
VfModuleModelInvariantUUID:fb1b2c59-85aa-441f-bbcf-68735477ddbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
aba6004c-47f8-4354-b752-f47a4306022c
,
ddba47fd-ef1f-44c2-822a-255cc5b92467

}
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:dcc39ecd-8e1b-4a86-8a85-dd72f4ddb3d5
VfModuleModelInvariantUUID:6d8a94f9-8630-4b75-909a-3e5181f1d5ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
1433565d-da83-4637-9eb2-221a6e59cdca

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

isBase:false


}

2023-02-11T14:19:14.330Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "fb1b2c59-85aa-441f-bbcf-68735477ddbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ddb84b5-aa5c-4982-adff-bf3f1c97bd13",
    "vfModuleModelCustomizationUUID": "8134ccf8-9cc0-4ad0-a714-5378a2f06f51",
    "isBase": true,
    "artifacts": [
      "aba6004c-47f8-4354-b752-f47a4306022c",
      "ddba47fd-ef1f-44c2-822a-255cc5b92467"
    ],
    "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": "6d8a94f9-8630-4b75-909a-3e5181f1d5ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc39ecd-8e1b-4a86-8a85-dd72f4ddb3d5",
    "vfModuleModelCustomizationUUID": "41e2f440-71de-4602-ac71-c9391c3ccaaa",
    "isBase": false,
    "artifacts": [
      "1433565d-da83-4637-9eb2-221a6e59cdca"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T14:19:14.331Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ddb84b5-aa5c-4982-adff-bf3f1c97bd13
VfModuleModelInvariantUUID:fb1b2c59-85aa-441f-bbcf-68735477ddbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
aba6004c-47f8-4354-b752-f47a4306022c
,
ddba47fd-ef1f-44c2-822a-255cc5b92467

}
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:dcc39ecd-8e1b-4a86-8a85-dd72f4ddb3d5
VfModuleModelInvariantUUID:6d8a94f9-8630-4b75-909a-3e5181f1d5ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
1433565d-da83-4637-9eb2-221a6e59cdca

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

isBase:false


}

2023-02-11T14:19:14.331Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aba6004c-47f8-4354-b752-f47a4306022c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T14:19:14.331Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:14.332Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T14:19:14.455Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:14.456Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml aba6004c-47f8-4354-b752-f47a4306022c 914
2023-02-11T14:19:14.456Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-11T14:19:14.457Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T14:19:14.457Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:14.457Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:14.458Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:14.458Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125154456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:15.459Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8127e2e4-9970-4c50-9cfe-a5ba3f0fb95f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T14:19:15.459Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:15.460Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T14:19:15.568Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:15.569Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8127e2e4-9970-4c50-9cfe-a5ba3f0fb95f 12
2023-02-11T14:19:15.569Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-11T14:19:15.570Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T14:19:15.570Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:15.571Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:15.571Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:15.571Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125155569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:16.572Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddba47fd-ef1f-44c2-822a-255cc5b92467 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T14:19:16.573Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:16.573Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T14:19:16.687Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:16.688Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ddba47fd-ef1f-44c2-822a-255cc5b92467 96
2023-02-11T14:19:16.688Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-11T14:19:16.688Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T14:19:16.689Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:16.689Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:16.690Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:16.690Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125156688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:17.692Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1433565d-da83-4637-9eb2-221a6e59cdca from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T14:19:17.692Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-11T14:19:17.693Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T14:19:17.836Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-11T14:19:17.843Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1433565d-da83-4637-9eb2-221a6e59cdca 20206
2023-02-11T14:19:17.843Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-11T14:19:17.843Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T14:19:17.844Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:19:17.844Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:17.845Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:17.845Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125157843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:18.850Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7c39bced-7928-4685-b238-4f3af031c27e
2023-02-11T14:19:18.850Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4643005b-722f-45ea-a0ee-bbbbe5513bc0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:19:18.874Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55635625, org.onap.sdc.toscaparser.api.parameters.Input@4a2fdf5d, org.onap.sdc.toscaparser.api.parameters.Input@53dfac26, org.onap.sdc.toscaparser.api.parameters.Input@13cb6714, org.onap.sdc.toscaparser.api.parameters.Input@5c56c936]
2023-02-11T14:19:18.876Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.876Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.876Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-02-11T14:19:18.877Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cfe95145-4e9b-411b-981c-776813cd1c68
2023-02-11T14:19:18.877Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfe95145-4e9b-411b-981c-776813cd1c68 matches Tosca VF Customization UUID: cfe95145-4e9b-411b-981c-776813cd1c68
2023-02-11T14:19:18.877Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cfe95145-4e9b-411b-981c-776813cd1c68  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T14:19:18.879Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.880Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.880Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cfe95145-4e9b-411b-981c-776813cd1c68: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-11T14:19:18.881Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e9c237d
2023-02-11T14:19:18.881Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.881Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T14:19:18.881Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41e2f440-71de-4602-ac71-c9391c3ccaaa
2023-02-11T14:19:18.882Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41e2f440-71de-4602-ac71-c9391c3ccaaa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T14:19:18.884Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.884Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:18.885Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:18.885Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.886Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:18.886Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:19:18.886Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.886Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T14:19:18.887Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cfe95145-4e9b-411b-981c-776813cd1c68
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:19:18.888Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.889Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.889Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7c39bced-7928-4685-b238-4f3af031c27e: basic_cnf_macro
2023-02-11T14:19:18.889Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.889Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.890Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.890Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.890Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.890Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.891Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.891Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.891Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:19:18.892Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:19:18.892Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:19:18.945Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4643005b-722f-45ea-a0ee-bbbbe5513bc0 2 ASDC deployResourceStructure
2023-02-11T14:19:18.945Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-11T14:19:18.946Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T14:19:18.946Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:19:18.946Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:18.946Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:18.947Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125158945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:19.948Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-11T14:19:19.949Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T14:19:19.949Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:19:19.950Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:19.950Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:19.950Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125159948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:20.952Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-11T14:19:20.952Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-11T14:19:20.952Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T14:19:20.953Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:20.953Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:20.953Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125160952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:21.955Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-11T14:19:21.956Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T14:19:21.956Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:19:21.956Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:21.956Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:21.956Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125161955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:22.958Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-11T14:19:22.959Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-11T14:19:22.959Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T14:19:22.959Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:22.959Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:22.959Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125162958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:23.960Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:19:23.960Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T14:19:23.961Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:19:23.961Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:19:23.961Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:19:23.961Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125163960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:24.962Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:19:24.979Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:19:24.981Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:19:24.982Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T14:19:24.982Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T14:19:27.799Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:19:27.800Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:19:27.801Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:19:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:19:54.982Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:19:55.013Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:19:55.015Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:19:55.015Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T14:19:55.016Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T14:20:25.016Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:20:25.034Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:20:25.036Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:20:25.036Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T14:20:25.037Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T14:20:27.800Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:20:27.805Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.811Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.812Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.813Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.813Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.813Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.813Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.813Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.814Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.815Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.816Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.819Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.819Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.819Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.819Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.820Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.820Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.820Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.820Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.821Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.821Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.821Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.822Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.822Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.822Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.822Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.824Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.824Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.824Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.824Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.825Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.825Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.825Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.825Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.826Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.826Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.826Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.827Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.827Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.827Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.827Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.828Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.828Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.828Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.829Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.829Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.829Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.829Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125102733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.834Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125128351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.834Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.834Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.834Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125133314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.835Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.835Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.835Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.835Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.838Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.838Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125150587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.838Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.838Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.838Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125150652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.839Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.839Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.839Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125150508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.839Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.839Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.840Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.840Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.840Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.840Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.840Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125151937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.842Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.842Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.842Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.842Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.843Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.843Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.843Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.843Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.843Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125153321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.844Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.844Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.844Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125153196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.844Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.844Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.845Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125153306,
  "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-02-11T14:20:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c29be7fb-e20c-404e-a64a-7e3565bd6e2b
2023-02-11T14:20:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29be7fb-e20c-404e-a64a-7e3565bd6e2b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:20:27.864Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.864Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.864Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.865Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.865Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.865Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.865Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.866Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.866Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.866Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.866Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.867Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.867Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.867Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125154456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.868Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.868Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.868Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125154356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.868Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.869Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.869Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.869Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.869Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.870Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.870Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.870Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.870Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125155569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.871Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.871Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.871Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125155616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.872Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.872Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.872Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125155508,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:20:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c29be7fb-e20c-404e-a64a-7e3565bd6e2b
2023-02-11T14:20:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29be7fb-e20c-404e-a64a-7e3565bd6e2b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:20:27.886Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.886Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.887Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.887Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.887Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125155624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.888Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.888Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.888Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125156518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.888Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125156688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.889Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.890Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.890Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.890Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125157843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.893Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.893Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.893Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125158074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.893Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.893Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.894Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125158945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.894Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.894Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.894Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.894Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.895Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.895Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.895Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.895Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.895Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125159078,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:20:27.901Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c29be7fb-e20c-404e-a64a-7e3565bd6e2b
2023-02-11T14:20:27.901Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29be7fb-e20c-404e-a64a-7e3565bd6e2b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:20:27.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125159948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.911Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.912Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.912Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.912Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.912Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.912Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.913Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125160952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125154309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.914Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125161955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.916Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.916Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.916Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.916Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.916Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125162670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.917Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125162958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125163960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.920Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.920Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125163959,
  "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-02-11T14:20:27.931Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 897a6113-2506-4648-aa88-415878ff30fd
2023-02-11T14:20:27.931Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 897a6113-2506-4648-aa88-415878ff30fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:20:27.938Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.938Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125157526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:20:27.939Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.939Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.939Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.940Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.940Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.940Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.940Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.941Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.941Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125165991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.941Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.942Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.942Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:20:27.943Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.943Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.943Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125167162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:20:27.943Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:27.944Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:20:27.944Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125167253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:20:27.945Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:20:55.037Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:20:55.052Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:20:55.055Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:20:55.055Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T14:20:55.055Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T14:21:25.055Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:21:25.128Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:21:25.131Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:21:25.131Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T14:21:25.132Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T14:21:27.799Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:21:27.801Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.801Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125144744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.802Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125168166,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.808Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c29be7fb-e20c-404e-a64a-7e3565bd6e2b
2023-02-11T14:21:27.808Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c29be7fb-e20c-404e-a64a-7e3565bd6e2b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125168480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.817Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125168605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.818Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125169564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 897a6113-2506-4648-aa88-415878ff30fd
2023-02-11T14:21:27.823Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 897a6113-2506-4648-aa88-415878ff30fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.830Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125170571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.831Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125171007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:21:27.832Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.833Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125172010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 897a6113-2506-4648-aa88-415878ff30fd
2023-02-11T14:21:27.837Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 897a6113-2506-4648-aa88-415878ff30fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.845Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125164962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125145397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125177385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125177431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.853Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676125178748,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.867Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3d09b8e-9206-4887-898d-a9596bf9560e
2023-02-11T14:21:27.867Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d09b8e-9206-4887-898d-a9596bf9560e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676125171574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.876Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125174744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.877Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125184929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125186844,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.878Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676125187849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.883Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3d09b8e-9206-4887-898d-a9596bf9560e
2023-02-11T14:21:27.883Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d09b8e-9206-4887-898d-a9596bf9560e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.891Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125188859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:21:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.892Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125189861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.897Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 897a6113-2506-4648-aa88-415878ff30fd
2023-02-11T14:21:27.897Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 897a6113-2506-4648-aa88-415878ff30fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:27.905Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.905Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.906Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.907Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.908Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125190862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125200095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.909Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125208968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:21:27.910Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:21:27.910Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T14:21:27.910Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676125209970,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3d09b8e-9206-4887-898d-a9596bf9560e
2023-02-11T14:21:27.915Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d09b8e-9206-4887-898d-a9596bf9560e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:21:55.132Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:21:55.159Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:21:55.162Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:21:55.163Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:21:55.164Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:21:55.170Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T14:22:25.170Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T14:22:25.176Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c29be7fb-e20c-404e-a64a-7e3565bd6e2b and serviceModelVersionId: 7c39bced-7928-4685-b238-4f3af031c27e
2023-02-11T14:22:25.176Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a027337-e791-4933-b070-7adda2f6263a
2023-02-11T14:22:25.179Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0
2023-02-11T14:22:25.190Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T14:22:25.243Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T14:22:25.246Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0|INFO|500||Invoke
2023-02-11T14:22:25.260Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T14:22:25.348Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0|INFO|500||InvokeReturn
2023-02-11T14:22:25.350Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5a027337-e791-4933-b070-7adda2f6263a/model-vers/model-ver/7c39bced-7928-4685-b238-4f3af031c27e?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 14:22:24 GMT], content-length=[0], vertex-id=[208968], x-aai-txid=[2-aai-resources-230211-14:22:24:552-86731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T14:22:25.350Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T14:22:25.351Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T14:22:25.351Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:22:25.355Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T14:22:25.356Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c29be7fb-e20c-404e-a64a-7e3565bd6e2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T14:22:25.356Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T14:22:25.356Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:25.356Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:25.357Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125345356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T14:22:26.372Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:22:26.378Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T14:22:26.378Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"897a6113-2506-4648-aa88-415878ff30fd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"543c849b-8876-4602-8329-335da3cad033","serviceDescription":"service","serviceInvariantUUID":"960a9148-70c7-465c-9d9c-0a37970c6768","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4bf2d2c-b885-4bee-8d42-cf9b82cf3045","resourceInvariantUUID":"a19c824f-9cb6-4938-a849-90b968fe3cb6","resourceCustomizationUUID":"601071ed-ef96-4434-8e33-17399fbe2c70","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":"YzEyZDk3NGNjMzdjYWNlN2RkZGZmMjExMGYwNmE4OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bbcefea-ecdb-4e44-aa50-5cb81cca064d","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":"N2VlNWQyYTRkZTZkZDY5MjM1ZmNjOTkxMTMwM2ZhNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10cdf958-c8d7-4c97-9870-c078359b5959","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":"30e83e5d-e075-4154-ac63-d7e3d97d6285","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":"9a2df652-46de-4df6-ab21-78a468626e14","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":"77d90479-d703-4ef0-ad99-d1cb58386e95","artifactVersion":"2","generatedFromUUID":"30e83e5d-e075-4154-ac63-d7e3d97d6285"},{"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":"YTk3ODA5Yjc4ZmQyZTA2ODk0MmIzMTUzOGEyMjkxNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"80d55308-d053-417e-b2f6-09adf5484442","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":"MWY2MmIxN2NlMzA0ZmJkODdiY2UzYmQ5YzM0NmE5MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a980f403-8a42-4083-9ac5-a78aa68eac3e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjliZWU2NjI0MWZjYjAzMWNkYTFhMTdhNmVkNDIwYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d589b119-5e8f-4421-8b13-f579710a6dd5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T14:22:26.380Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:26.381Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:26.381Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:26.381Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:27.383Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:27.384Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:27.384Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:27.384Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:27.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:27.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T14:22:27.802Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c29be7fb-e20c-404e-a64a-7e3565bd6e2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125345356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T14:22:27.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:22:27.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T14:22:27.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:22:27.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:22:27.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T14:22:27.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T14:22:27.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:22:28.385Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:28.385Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:28.385Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:28.385Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:29.386Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:29.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:29.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:29.387Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:30.388Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:30.389Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:30.389Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:30.389Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:31.390Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:31.391Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:31.391Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:31.391Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:32.392Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:32.393Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:32.393Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:32.393Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:33.394Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:22:33.395Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:33.395Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:33.395Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:34.397Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "543c849b-8876-4602-8329-335da3cad033",
  "serviceDescription": "service",
  "serviceInvariantUUID": "960a9148-70c7-465c-9d9c-0a37970c6768",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "601071ed-ef96-4434-8e33-17399fbe2c70",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e4bf2d2c-b885-4bee-8d42-cf9b82cf3045",
      "resourceInvariantUUID": "a19c824f-9cb6-4938-a849-90b968fe3cb6",
      "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": "N2VlNWQyYTRkZTZkZDY5MjM1ZmNjOTkxMTMwM2ZhNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "10cdf958-c8d7-4c97-9870-c078359b5959",
          "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": "30e83e5d-e075-4154-ac63-d7e3d97d6285",
          "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": "77d90479-d703-4ef0-ad99-d1cb58386e95",
            "generatedFromUUID": "30e83e5d-e075-4154-ac63-d7e3d97d6285"
          },
          "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": "77d90479-d703-4ef0-ad99-d1cb58386e95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjliZWU2NjI0MWZjYjAzMWNkYTFhMTdhNmVkNDIwYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d589b119-5e8f-4421-8b13-f579710a6dd5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T14:22:34.397Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T14:22:34.397Z|67b7fa15-e782-4422-960c-30e577ccbeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 543c849b-8876-4602-8329-335da3cad033 ASDC
2023-02-11T14:22:34.398Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:897a6113-2506-4648-aa88-415878ff30fd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:543c849b-8876-4602-8329-335da3cad033
ServiceInvariantUUID:960a9148-70c7-465c-9d9c-0a37970c6768
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:d589b119-5e8f-4421-8b13-f579710a6dd5
ArtifactChecksum:YjliZWU2NjI0MWZjYjAzMWNkYTFhMTdhNmVkNDIwYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:601071ed-ef96-4434-8e33-17399fbe2c70
ResourceInvariantUUID:a19c824f-9cb6-4938-a849-90b968fe3cb6
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e4bf2d2c-b885-4bee-8d42-cf9b82cf3045
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:10cdf958-c8d7-4c97-9870-c078359b5959
ArtifactChecksum:N2VlNWQyYTRkZTZkZDY5MjM1ZmNjOTkxMTMwM2ZhNWI=
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:30e83e5d-e075-4154-ac63-d7e3d97d6285
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:77d90479-d703-4ef0-ad99-d1cb58386e95
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:77d90479-d703-4ef0-ad99-d1cb58386e95
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T14:22:34.398Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 543c849b-8876-4602-8329-335da3cad033 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T14:22:34.454Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:22:34.454Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:22:34.454Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:22:34.455Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d589b119-5e8f-4421-8b13-f579710a6dd5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T14:22:34.455Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T14:22:34.455Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T14:22:34.936Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T14:22:34.975Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d589b119-5e8f-4421-8b13-f579710a6dd5 82988
2023-02-11T14:22:34.976Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:22:34.976Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T14:22:34.976Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:22:34.976Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:34.977Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:34.977Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125354975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:35.978Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:22:35.979Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:22:35.979Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d589b119-5e8f-4421-8b13-f579710a6dd5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:35.980Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-11T14:22:35.980Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:35.981Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:36.114Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3671127704619396968/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-11T14:22:37.325Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T14:22:37.325Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T14:22:37.325Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.326Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.327Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T14:22:37.327Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T14:22:37.327Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.327Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.327Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:37.328Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T14:22:37.328Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:22:37.328Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.328Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.329Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:37.329Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T14:22:37.329Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:22:37.329Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.329Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-11T14:22:37.330Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T14:22:37.331Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T14:22:37.331Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.331Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T14:22:37.331Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.331Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:37.332Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:37.332Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.332Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:37.332Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:37.332Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:37.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:37.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T14:22:37.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T14:22:37.334Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T14:22:37.334Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5a03e09f-b074-4bcc-88ca-11f6232e1315
2023-02-11T14:22:37.334Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.334Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.334Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:37.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:37.336Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:543c849b-8876-4602-8329-335da3cad033
Model Version:NULL
Model InvariantUuid:960a9148-70c7-465c-9d9c-0a37970c6768
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6d06d900-9a87-49c3-80d3-f9dd77cf0081
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a19c824f-9cb6-4938-a849-90b968fe3cb6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:601071ed-ef96-4434-8e33-17399fbe2c70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:124a581d-6970-4f8e-a0d4-a95bc2ce1fea
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1c09704a-e29e-4511-94e8-3d7d445d050e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5a03e09f-b074-4bcc-88ca-11f6232e1315
ModelInvariantUuid:facf785f-c8a9-4d84-98be-7dbc58503e05
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:68b2f35b-ec23-470d-83fa-55209f60d851
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c9b2ed5c-021c-45ac-b95e-0eb568b0f131
ModelInvariantUuid:301ac1fa-56a9-40eb-bb80-5475aec2e908
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e279c85a-6014-4880-bbbe-4ccf68625b7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T14:22:37.349Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e4bf2d2c-b885-4bee-8d42-cf9b82cf3045
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:22:37.355Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-02-11T14:22:37.355Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4bf2d2c-b885-4bee-8d42-cf9b82cf3045
2023-02-11T14:22:37.356Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 10cdf958-c8d7-4c97-9870-c078359b5959 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T14:22:37.356Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T14:22:37.356Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T14:22:37.557Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T14:22:37.557Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 10cdf958-c8d7-4c97-9870-c078359b5959 792
2023-02-11T14:22:37.557Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-11T14:22:37.558Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T14:22:37.558Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:22:37.558Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:37.558Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:37.559Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125357557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:38.560Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124a581d-6970-4f8e-a0d4-a95bc2ce1fea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c09704a-e29e-4511-94e8-3d7d445d050e",
    "vfModuleModelCustomizationUUID": "502c5aad-f3df-435d-953c-0e81d860e8b0",
    "isBase": true,
    "artifacts": [
      "30e83e5d-e075-4154-ac63-d7e3d97d6285",
      "77d90479-d703-4ef0-ad99-d1cb58386e95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T14:22:38.563Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c09704a-e29e-4511-94e8-3d7d445d050e
VfModuleModelInvariantUUID:124a581d-6970-4f8e-a0d4-a95bc2ce1fea
VfModuleModelDescription:NULL
Artifacts UUID List:{
30e83e5d-e075-4154-ac63-d7e3d97d6285
,
77d90479-d703-4ef0-ad99-d1cb58386e95

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

isBase:true


}

2023-02-11T14:22:38.565Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124a581d-6970-4f8e-a0d4-a95bc2ce1fea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c09704a-e29e-4511-94e8-3d7d445d050e",
    "vfModuleModelCustomizationUUID": "502c5aad-f3df-435d-953c-0e81d860e8b0",
    "isBase": true,
    "artifacts": [
      "30e83e5d-e075-4154-ac63-d7e3d97d6285",
      "77d90479-d703-4ef0-ad99-d1cb58386e95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T14:22:38.565Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c09704a-e29e-4511-94e8-3d7d445d050e
VfModuleModelInvariantUUID:124a581d-6970-4f8e-a0d4-a95bc2ce1fea
VfModuleModelDescription:NULL
Artifacts UUID List:{
30e83e5d-e075-4154-ac63-d7e3d97d6285
,
77d90479-d703-4ef0-ad99-d1cb58386e95

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

isBase:true


}

2023-02-11T14:22:38.565Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 30e83e5d-e075-4154-ac63-d7e3d97d6285 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T14:22:38.565Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T14:22:38.566Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T14:22:39.027Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T14:22:39.037Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 30e83e5d-e075-4154-ac63-d7e3d97d6285 5033
2023-02-11T14:22:39.037Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T14:22:39.037Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T14:22:39.038Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:22:39.038Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:39.038Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:39.038Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125359037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:40.039Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77d90479-d703-4ef0-ad99-d1cb58386e95 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T14:22:40.039Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T14:22:40.040Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T14:22:40.301Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T14:22:40.301Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 77d90479-d703-4ef0-ad99-d1cb58386e95 903
2023-02-11T14:22:40.302Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T14:22:40.302Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T14:22:40.302Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:22:40.302Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:40.303Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:40.303Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125360302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:41.304Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 543c849b-8876-4602-8329-335da3cad033
2023-02-11T14:22:41.304Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e4bf2d2c-b885-4bee-8d42-cf9b82cf3045 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:22:41.333Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f4cd50d, org.onap.sdc.toscaparser.api.parameters.Input@785563fd, org.onap.sdc.toscaparser.api.parameters.Input@3b559681, org.onap.sdc.toscaparser.api.parameters.Input@5797f255, org.onap.sdc.toscaparser.api.parameters.Input@6e4ab117]
2023-02-11T14:22:41.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.335Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.336Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-11T14:22:41.336Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 601071ed-ef96-4434-8e33-17399fbe2c70
2023-02-11T14:22:41.336Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 601071ed-ef96-4434-8e33-17399fbe2c70 matches Tosca VF Customization UUID: 601071ed-ef96-4434-8e33-17399fbe2c70
2023-02-11T14:22:41.337Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 601071ed-ef96-4434-8e33-17399fbe2c70  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-11T14:22:41.352Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.352Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.354Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 601071ed-ef96-4434-8e33-17399fbe2c70: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-11T14:22:41.354Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42c84f46
2023-02-11T14:22:41.354Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.355Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T14:22:41.355Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 502c5aad-f3df-435d-953c-0e81d860e8b0
2023-02-11T14:22:41.355Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 502c5aad-f3df-435d-953c-0e81d860e8b0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-11T14:22:41.365Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.366Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:41.366Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:41.367Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.367Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:41.367Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:41.368Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.368Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T14:22:41.369Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T14:22:41.369Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T14:22:41.370Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5a03e09f-b074-4bcc-88ca-11f6232e1315
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-11T14:22:41.373Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.373Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:41.374Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T14:22:41.374Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.374Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T14:22:41.375Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=601071ed-ef96-4434-8e33-17399fbe2c70
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:22:41.377Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.378Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.378Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 543c849b-8876-4602-8329-335da3cad033: basic_vm_macro
2023-02-11T14:22:41.378Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.379Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.379Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.380Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.380Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.380Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.381Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.381Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.382Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:22:41.382Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:22:41.382Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T14:22:41.585Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e4bf2d2c-b885-4bee-8d42-cf9b82cf3045 1 ASDC deployResourceStructure
2023-02-11T14:22:41.586Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-11T14:22:41.586Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T14:22:41.586Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:22:41.586Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:41.586Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:41.587Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125361586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:42.588Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T14:22:42.588Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T14:22:42.588Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:22:42.589Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:42.589Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:42.589Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125362587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:43.591Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T14:22:43.591Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T14:22:43.591Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:22:43.592Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:43.592Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:43.592Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125363591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:44.594Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:22:44.594Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T14:22:44.594Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:22:44.595Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:22:44.595Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:22:44.595Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125364594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:22:45.597Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 897a6113-2506-4648-aa88-415878ff30fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:22:45.609Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 897a6113-2506-4648-aa88-415878ff30fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:22:45.612Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:22:45.612Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T14:22:45.612Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T14:22:45.612Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T14:22:45.613Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:22:45.613Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:22:45.613Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:22:45.613Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:22:45.614Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:22:45.614Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:22:45.618Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T14:23:15.619Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 897a6113-2506-4648-aa88-415878ff30fd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T14:23:15.624Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 897a6113-2506-4648-aa88-415878ff30fd and serviceModelVersionId: 543c849b-8876-4602-8329-335da3cad033
2023-02-11T14:23:15.624Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 960a9148-70c7-465c-9d9c-0a37970c6768
2023-02-11T14:23:15.625Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0
2023-02-11T14:23:15.629Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T14:23:15.662Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T14:23:15.666Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0|INFO|500||Invoke
2023-02-11T14:23:15.711Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T14:23:15.881Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0|INFO|500||InvokeReturn
2023-02-11T14:23:15.881Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/960a9148-70c7-465c-9d9c-0a37970c6768/model-vers/model-ver/543c849b-8876-4602-8329-335da3cad033?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 14:23:15 GMT], content-length=[0], vertex-id=[311400], x-aai-txid=[2-aai-resources-230211-14:23:15:003-87269], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T14:23:15.886Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T14:23:15.887Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T14:23:15.887Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:23:15.891Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T14:23:15.892Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 897a6113-2506-4648-aa88-415878ff30fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T14:23:15.892Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T14:23:15.892Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:15.892Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:15.892Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125395892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T14:23:16.902Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T14:23:16.902Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f3d09b8e-9206-4887-898d-a9596bf9560e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d344c357-98ce-4090-9428-0434b313ef8a","serviceDescription":"service","serviceInvariantUUID":"ef4ac822-1c9a-4306-94bd-69081089c9ed","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06aa675e-2622-4504-956f-2125f39d0ffb","resourceInvariantUUID":"97d71cb2-2fbb-4051-ae30-87d135a2eeb9","resourceCustomizationUUID":"11359a37-dbd3-4e68-bfef-51850d1d1c86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWVhZDI3NmVkNjYxMDk2Y2E3OTBjMzhmNzZmODUyN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45529d5a-9717-4fe7-be47-64938d3a8c50","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b941ef1-ceb6-4e14-96e2-7fb3b84f4476","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57a33e46-46db-4a86-b042-7929fb04834d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YThlYjE4OWY2MTNkMWUwNDdmNmQyNmI2MGFmZjFkODk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d590dd49-df02-4309-84d1-8de49e69f5d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8346c35c-bdaa-4ef1-a0a6-5cf8e7df6471","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e00f184-c1f0-4252-9f75-077e465c645e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec2d9b61-f2e4-4067-8ac4-27f069859b04","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MjFhMWVjZDBjZDBkYWJhYzBjMTM0YTBjMWM3MzA4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3c2cb7d-6a6b-4f0b-8ad8-aae85a386208","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTA5OWMyNzUwY2IwOWMyYmMxMDQ5NDZiZDBhODQwZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40fb6387-58df-4ec8-8023-84747a531960","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T14:23:16.903Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:16.903Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:16.903Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:16.903Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:17.904Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:17.904Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:17.905Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:17.905Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:18.906Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:18.906Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:18.906Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:18.907Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:19.909Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:19.909Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:19.910Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:19.910Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:20.910Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:20.911Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:20.911Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:20.911Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:21.912Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:21.912Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:21.912Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:21.913Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:22.914Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:22.914Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:22.914Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:22.914Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:23.915Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:23.915Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:23.916Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:23.916Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:24.917Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T14:23:24.917Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:24.917Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:24.917Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:25.918Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d344c357-98ce-4090-9428-0434b313ef8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef4ac822-1c9a-4306-94bd-69081089c9ed",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "11359a37-dbd3-4e68-bfef-51850d1d1c86",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "06aa675e-2622-4504-956f-2125f39d0ffb",
      "resourceInvariantUUID": "97d71cb2-2fbb-4051-ae30-87d135a2eeb9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NTA5OWMyNzUwY2IwOWMyYmMxMDQ5NDZiZDBhODQwZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40fb6387-58df-4ec8-8023-84747a531960"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T14:23:25.919Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T14:23:25.919Z|897a6113-2506-4648-aa88-415878ff30fd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d344c357-98ce-4090-9428-0434b313ef8a ASDC
2023-02-11T14:23:25.919Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f3d09b8e-9206-4887-898d-a9596bf9560e
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d344c357-98ce-4090-9428-0434b313ef8a
ServiceInvariantUUID:ef4ac822-1c9a-4306-94bd-69081089c9ed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:40fb6387-58df-4ec8-8023-84747a531960
ArtifactChecksum:NTA5OWMyNzUwY2IwOWMyYmMxMDQ5NDZiZDBhODQwZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:11359a37-dbd3-4e68-bfef-51850d1d1c86
ResourceInvariantUUID:97d71cb2-2fbb-4051-ae30-87d135a2eeb9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:06aa675e-2622-4504-956f-2125f39d0ffb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-11T14:23:25.919Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d344c357-98ce-4090-9428-0434b313ef8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T14:23:25.963Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:23:25.964Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:23:25.964Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:23:25.964Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40fb6387-58df-4ec8-8023-84747a531960 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T14:23:25.965Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T14:23:25.965Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T14:23:27.507Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T14:23:27.527Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 40fb6387-58df-4ec8-8023-84747a531960 111095
2023-02-11T14:23:27.527Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:23:27.527Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T14:23:27.528Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T14:23:27.528Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:27.528Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:27.528Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125407527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:27.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:27.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.805Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T14:23:27.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:23:27.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125354975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125357557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125359037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125360302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125361586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125362587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125363591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125364594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "897a6113-2506-4648-aa88-415878ff30fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125395892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T14:23:27.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125346372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T14:23:27.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:27.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:23:27.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125407527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T14:23:27.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:23:28.529Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T14:23:28.530Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T14:23:28.530Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 40fb6387-58df-4ec8-8023-84747a531960, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:28.530Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-11T14:23:28.530Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:28.531Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:28.629Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14358917173556648649/Definitions/service-TestPnfMacro-template.yml
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.359Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.360Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T14:23:29.361Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.362Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.363Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.363Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.363Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.363Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d344c357-98ce-4090-9428-0434b313ef8a
Model Version:NULL
Model InvariantUuid:ef4ac822-1c9a-4306-94bd-69081089c9ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-11T14:23:29.368Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06aa675e-2622-4504-956f-2125f39d0ffb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:23:29.370Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-02-11T14:23:29.370Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06aa675e-2622-4504-956f-2125f39d0ffb
2023-02-11T14:23:29.370Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d344c357-98ce-4090-9428-0434b313ef8a
2023-02-11T14:23:29.370Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d344c357-98ce-4090-9428-0434b313ef8a
2023-02-11T14:23:29.371Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 06aa675e-2622-4504-956f-2125f39d0ffb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:23:29.375Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@492e57b6, org.onap.sdc.toscaparser.api.parameters.Input@7948c480, org.onap.sdc.toscaparser.api.parameters.Input@549470ae, org.onap.sdc.toscaparser.api.parameters.Input@76021917, org.onap.sdc.toscaparser.api.parameters.Input@4d2a6386]
2023-02-11T14:23:29.375Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.375Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.375Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d344c357-98ce-4090-9428-0434b313ef8a: test-pnf
2023-02-11T14:23:29.375Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 06aa675e-2622-4504-956f-2125f39d0ffb
2023-02-11T14:23:29.376Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T14:23:29.376Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T14:23:29.376Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 11359a37-dbd3-4e68-bfef-51850d1d1c86 is the same as notified resource customizationUUID: 11359a37-dbd3-4e68-bfef-51850d1d1c86
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-11T14:23:29.499Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 06aa675e-2622-4504-956f-2125f39d0ffb 0 ASDC deployResourceStructure
2023-02-11T14:23:29.499Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T14:23:29.499Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T14:23:29.499Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T14:23:29.500Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:23:29.500Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:23:29.500Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125409499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:23:30.500Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d09b8e-9206-4887-898d-a9596bf9560e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:23:30.509Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d09b8e-9206-4887-898d-a9596bf9560e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-11T14:23:30.512Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T14:23:30.512Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:23:30.513Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T14:23:30.514Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-11T14:23:30.518Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T14:24:00.518Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3d09b8e-9206-4887-898d-a9596bf9560e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-11T14:24:00.523Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3d09b8e-9206-4887-898d-a9596bf9560e and serviceModelVersionId: d344c357-98ce-4090-9428-0434b313ef8a
2023-02-11T14:24:00.523Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef4ac822-1c9a-4306-94bd-69081089c9ed
2023-02-11T14:24:00.523Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0
2023-02-11T14:24:00.527Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T14:24:00.576Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-11T14:24:00.578Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0|INFO|500||Invoke
2023-02-11T14:24:00.601Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T14:24:00.735Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0|INFO|500||InvokeReturn
2023-02-11T14:24:00.736Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ef4ac822-1c9a-4306-94bd-69081089c9ed/model-vers/model-ver/d344c357-98ce-4090-9428-0434b313ef8a?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 14:23:59 GMT], content-length=[0], vertex-id=[274496], x-aai-txid=[2-aai-resources-230211-14:23:59:892-96279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T14:24:00.736Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T14:24:00.736Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T14:24:00.736Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-11T14:24:00.742Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-11T14:24:00.742Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3d09b8e-9206-4887-898d-a9596bf9560e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T14:24:00.743Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T14:24:00.743Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T14:24:00.743Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T14:24:00.743Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125440743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-11T14:24:01.755Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:24:27.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:24:27.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:24:27.803Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125409499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T14:24:27.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:24:27.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T14:24:27.804Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f3d09b8e-9206-4887-898d-a9596bf9560e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676125440743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T14:24:27.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T14:25:01.756Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:25:27.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:26:01.757Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:26:27.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:27:01.757Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:27:27.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:28:01.757Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:28:27.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:29:01.758Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:29:27.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:30:01.759Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:30:27.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:31:01.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:31:27.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:32:01.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:32:27.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:33:01.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:33:27.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:34:01.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:34:27.807Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:35:01.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:35:27.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:36:01.762Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:36:27.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:37:01.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:37:27.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:38:01.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:38:27.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:39:01.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:39:27.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:40:01.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:40:27.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:41:01.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:41:27.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:42:01.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:42:27.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:43:01.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:43:27.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:44:01.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:44:27.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:45:01.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:45:27.818Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:46:01.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:46:27.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:47:01.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:47:27.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:48:01.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:48:27.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:49:01.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:49:27.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:50:01.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:50:27.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:51:01.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:51:27.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:52:01.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:52:27.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:53:01.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:53:27.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:54:01.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:54:27.826Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:55:01.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:55:27.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:56:01.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:56:27.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:57:01.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:57:27.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:58:01.779Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:58:27.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T14:59:01.779Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T14:59:27.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:00:01.780Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:00:27.832Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:01:01.781Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:01:27.833Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:02:01.781Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:02:27.834Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:03:01.782Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:03:27.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:04:01.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:04:27.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:05:01.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:05:27.836Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:06:01.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:06:27.836Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:07:01.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:07:27.838Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:08:01.786Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:08:27.839Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:09:01.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:09:27.839Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:10:01.788Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:10:27.841Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:11:01.789Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:11:27.842Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:12:01.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:12:27.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:13:01.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:13:27.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:14:01.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:14:27.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:15:01.793Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:15:27.845Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:16:01.793Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:16:27.845Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:17:01.795Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:17:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:18:01.796Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:18:27.846Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:19:01.798Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:19:27.847Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:20:01.799Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:20:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:21:01.801Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:21:27.848Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:22:01.801Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:22:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:23:01.802Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:23:27.849Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:24:01.802Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:24:27.850Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:25:01.804Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:25:27.851Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:26:01.806Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:26:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:27:01.807Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:27:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:28:01.807Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:28:27.852Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:29:01.808Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:29:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:30:01.809Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:30:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:31:01.810Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:31:27.854Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:32:01.811Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:32:27.855Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:33:01.812Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:33:27.856Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:34:01.812Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:34:27.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:35:01.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:35:27.857Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:36:01.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:36:27.859Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:37:01.816Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:37:27.860Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:38:01.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:38:27.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:39:01.818Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:39:27.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:40:01.818Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:40:27.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:41:01.820Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:41:27.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:42:01.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:42:27.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:43:01.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:43:27.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:44:01.823Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:44:27.864Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:45:01.824Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:45:27.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:46:01.825Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:46:27.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:47:01.827Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:47:27.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:48:01.827Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:48:27.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:49:01.828Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:49:27.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:50:01.828Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:50:27.869Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:51:01.830Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:51:27.870Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:52:01.831Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:52:27.871Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:53:01.831Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:53:27.871Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:54:01.833Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:54:27.872Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:55:01.834Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:55:27.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:56:01.836Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:56:27.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:57:01.836Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:57:27.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:58:01.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:58:27.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T15:59:01.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T15:59:27.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:00:01.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:00:27.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:01:01.837Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:01:27.880Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:02:01.839Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:02:27.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:03:01.839Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:03:27.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:04:01.840Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:04:27.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:05:01.840Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:05:27.884Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:06:01.842Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:06:27.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:07:01.843Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:07:27.886Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:08:01.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:08:27.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:09:01.847Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:09:27.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:10:01.848Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:10:27.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:11:01.849Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:11:27.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:12:01.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:12:27.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:13:01.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:13:27.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:14:01.852Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:14:27.892Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:15:01.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:15:27.894Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:16:01.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:16:27.894Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:17:01.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:17:27.896Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:18:01.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:18:27.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:19:01.857Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:19:27.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:20:01.857Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:20:27.899Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:21:01.857Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:21:27.900Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:22:01.858Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:22:27.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:23:01.859Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:23:27.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:24:01.860Z|c29be7fb-e20c-404e-a64a-7e3565bd6e2b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:24:27.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:25:01.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:25:27.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:26:01.863Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:26:27.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:27:01.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:27:27.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:28:01.865Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:28:27.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:29:01.867Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:29:27.908Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:30:01.868Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:30:27.909Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:31:01.869Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:31:27.910Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:32:01.869Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:32:27.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:33:01.871Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:33:27.912Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:34:01.871Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:34:27.912Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:35:01.872Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:35:27.914Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:36:01.873Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:36:27.915Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:37:01.874Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:37:27.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:38:01.875Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:38:27.917Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:39:01.876Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:39:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:40:01.876Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:40:27.918Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:41:01.878Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:41:27.919Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:42:01.878Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:42:27.921Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:43:01.878Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:43:27.921Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:44:01.880Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:44:27.923Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:45:01.881Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:45:27.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:46:01.882Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:46:27.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:47:01.883Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:47:27.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:48:01.883Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:48:27.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:49:01.885Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:49:27.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:50:01.886Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:50:27.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:51:01.886Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:51:27.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:52:01.887Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:52:27.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:53:01.888Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:53:27.929Z|ad4a7634-7f59-4a0f-98c9-ac1545a7f456|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:54:01.889Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:54:27.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:55:01.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:55:27.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:56:01.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:56:27.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:57:01.891Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:57:27.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:58:01.892Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:58:27.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T16:59:01.893Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T16:59:27.936Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:00:01.894Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:00:27.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:01:01.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:01:27.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:02:01.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:02:27.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:03:01.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:03:27.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:04:01.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:04:27.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:05:01.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:05:27.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:06:01.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:06:27.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:07:01.900Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:07:27.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:08:01.900Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:08:27.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:09:01.901Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:09:27.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:10:01.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:10:27.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:11:01.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:11:27.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:12:01.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:12:27.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:13:01.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:13:27.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:14:01.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:14:27.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:15:01.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:15:27.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:16:01.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:16:27.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:17:01.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:17:27.954Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:18:01.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:18:27.955Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:19:01.911Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:19:27.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:20:01.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:20:27.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:21:01.913Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:21:27.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:22:01.913Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:22:27.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:23:01.915Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:23:27.959Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:24:01.916Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:24:27.959Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:25:01.916Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:25:27.960Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:26:01.917Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:26:27.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:27:01.918Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:27:27.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:28:01.918Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:28:27.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:29:01.918Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:29:27.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:30:01.919Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:30:27.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:31:01.920Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:31:27.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:32:01.922Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:32:27.966Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:33:01.923Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:33:27.968Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:34:01.923Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:34:27.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:35:01.923Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:35:27.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:36:01.924Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:36:27.971Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:37:01.925Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:37:27.972Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:38:01.926Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:38:27.973Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:39:01.926Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:39:27.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:40:01.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:40:27.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:41:01.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:41:27.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:42:01.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:42:27.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:43:01.928Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:43:27.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:44:01.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:44:27.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:45:01.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:45:27.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:46:01.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:46:27.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:47:01.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:47:27.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:48:01.932Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:48:27.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:49:01.933Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:49:27.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:50:01.934Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:50:27.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:51:01.935Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:51:27.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:52:01.937Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:52:27.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:53:01.940Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:53:27.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:54:01.941Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:54:27.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:55:01.942Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:55:27.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:56:01.943Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:56:27.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:57:01.943Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:57:27.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:58:01.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:58:27.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T17:59:01.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T17:59:27.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:00:01.947Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:00:27.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:01:01.948Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:01:27.992Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:02:01.948Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:02:27.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:03:01.950Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:03:27.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:04:01.951Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:04:27.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:05:01.951Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:05:27.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:06:01.953Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:06:27.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:07:01.954Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:07:27.996Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:08:01.955Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:08:27.998Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:09:01.956Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:09:27.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:10:01.956Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:10:27.999Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:11:01.958Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:11:28.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:12:01.959Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:12:28.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:13:01.959Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:13:28.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:14:01.960Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:14:28.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:15:01.961Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:15:28.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:16:01.961Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:16:28.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:17:01.963Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:17:28.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:18:01.963Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:18:28.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:19:01.964Z|72403296-4188-440d-95b9-cfc9c419c29d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:19:28.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:20:01.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:20:28.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:21:01.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:21:28.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:22:01.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:22:28.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:23:01.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:23:28.009Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:24:01.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:24:28.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:25:01.970Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:25:28.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:26:01.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:26:28.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:27:01.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:27:28.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:28:01.973Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:28:28.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:29:01.974Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:29:28.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:30:01.975Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:30:28.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:31:01.976Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:31:28.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:32:01.976Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:32:28.018Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:33:01.978Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:33:28.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:34:01.978Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:34:28.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:35:01.979Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:35:28.021Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T18:36:01.980Z|f3d09b8e-9206-4887-898d-a9596bf9560e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T18:36:28.022Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO