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-26T05:22:22.088Z||main|||||INFO|500||The following profiles are active: basic
2023-02-26T05:22:41.366Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-26T05:22:41.367Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-26T05:22:41.677Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-26T05:22:50.513Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-26T05:22:51.406Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-26T05:22:52.465Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-26T05:22:52.907Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-26T05:22:54.137Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-26T05:22:57.472Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-26T05:22:58.284Z||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-26T05:23:02.559Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-26T05:23:02.725Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-26T05:23:02.742Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-26T05:23:02.762Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-26T05:23:03.520Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-26T05:23:04.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-26T05:23:06.061Z||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-26T05:23:06.903Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-26T05:23:06.904Z||main|||||ERROR|500||(conn=1215) Table 'catalogdb.activity_spec' doesn't exist
2023-02-26T05:23:06.934Z||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-26T05:23:13.157Z||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-26T05:23:19.122Z||main|||||WARN|500||---
2023-02-26T05:23:19.123Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-26T05:23:19.124Z||main|||||WARN|500||---
2023-02-26T05:23:19.755Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-26T05:23:30.495Z||main|||||INFO|500||Started Application in 73.082 seconds (JVM running for 76.964)
2023-02-26T05:23:30.560Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-26T05:23:30.568Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-26T05:23:30.613Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-26T05:23:30.713Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= be74515a-a8ab-4ebe-a6e4-9b21a7777a2a url= /sdc/v1/artifactTypes
2023-02-26T05:23:30.724Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-26T05:23:30.946Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-26T05:23:31.058Z||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-26T05:23:31.060Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-26T05:23:31.061Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f0084236-bc9c-466a-afb9-e02d33390c1e url= /sdc/v1/distributionKafkaData
2023-02-26T05:23:31.062Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-26T05:23:31.131Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-26T05:23:31.148Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@59498272
2023-02-26T05:23:31.312Z||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-b1ca932a-2ed0-40ed-89bb-06d87b8693f0
	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-26T05:23:31.386Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Instantiated an idempotent producer.
2023-02-26T05:23:31.566Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-26T05:23:31.679Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-26T05:23:31.681Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-26T05:23:31.681Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677389011674
2023-02-26T05:23:31.698Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-26T05:23:31.750Z||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-7e33f505-b1d4-40b1-ac89-728fc4476802
	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-26T05:23:31.987Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-26T05:23:31.988Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-26T05:23:31.989Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677389011987
2023-02-26T05:23:31.995Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:23:32.000Z||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-9f08f58d-7014-4111-acda-ae1c83a19d2f
	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-26T05:23:32.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:23:32.034Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-26T05:23:32.037Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-26T05:23:32.039Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677389012034
2023-02-26T05:23:32.042Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:23:32.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:23:32.063Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-26T05:23:33.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.473Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Cluster ID: FDt-oGsgSXqbqN787sdKsA
2023-02-26T05:23:33.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.477Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.477Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.477Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.478Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.477Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] ProducerId set to 1001 with epoch 0
2023-02-26T05:23:33.478Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:33.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.481Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Cluster ID: FDt-oGsgSXqbqN787sdKsA
2023-02-26T05:23:33.483Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.485Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-26T05:23:33.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T05:23:33.488Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Cluster ID: FDt-oGsgSXqbqN787sdKsA
2023-02-26T05:23:33.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-26T05:23:33.528Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] (Re-)joining group
2023-02-26T05:23:33.531Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] (Re-)joining group
2023-02-26T05:23:33.651Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f-00d5d011-8105-4fa3-bc5f-ca3567ca67e9
2023-02-26T05:23:33.650Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802-819d1e19-212c-4141-9143-c6cdbbc4e987
2023-02-26T05:23:33.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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-26T05:23:33.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] (Re-)joining group
2023-02-26T05:23:33.660Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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-26T05:23:33.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] (Re-)joining group
2023-02-26T05:23:39.672Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f-00d5d011-8105-4fa3-bc5f-ca3567ca67e9', protocol='range'}
2023-02-26T05:23:39.672Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802-819d1e19-212c-4141-9143-c6cdbbc4e987', protocol='range'}
2023-02-26T05:23:39.755Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.756Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.757Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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 ARQUOgGCTl-qaevuB0nADA
2023-02-26T05:23:39.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802-819d1e19-212c-4141-9143-c6cdbbc4e987=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f-00d5d011-8105-4fa3-bc5f-ca3567ca67e9=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-26T05:23:39.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802-819d1e19-212c-4141-9143-c6cdbbc4e987', protocol='range'}
2023-02-26T05:23:39.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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-26T05:23:39.810Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f-00d5d011-8105-4fa3-bc5f-ca3567ca67e9', protocol='range'}
2023-02-26T05:23:39.811Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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-26T05:23:39.818Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, 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-26T05:23:39.818Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, 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-26T05:23:39.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-26T05:23:39.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-26T05:23:39.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-26T05:23:39.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-26T05:23:39.856Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-26T05:23:39.856Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-26T05:23:39.874Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-26T05:23:39.875Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-26T05:23:39.875Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-26T05:23:39.875Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-26T05:23:39.875Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-26T05:23:39.875Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-26T05:23:39.951Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-26T05:23:39.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-26T05:23:40.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-26T05:23:40.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-26T05:23:40.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-26T05:23:40.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-26T05:23:40.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-26T05:23:40.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-26T05:23:40.146Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-26T05:23:40.151Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-26T05:23:40.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-26T05:23:40.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-26T05:24:32.019Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:24:32.054Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:25:32.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:25:32.056Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:26:32.025Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:26:32.058Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:27:32.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:27:32.060Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:28:32.029Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:28:32.062Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:29:32.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:29:32.063Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:30:32.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:30:32.065Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:31:32.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:31:32.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:32:15.055Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-26T05:32:32.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:32:32.069Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:32:33.609Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9f08f58d-7014-4111-acda-ae1c83a19d2f, groupId=so] Node -1 disconnected.
2023-02-26T05:32:33.761Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Node -1 disconnected.
2023-02-26T05:32:33.820Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7e33f505-b1d4-40b1-ac89-728fc4476802, groupId=so] Node -1 disconnected.
2023-02-26T05:33:32.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:33:32.071Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:34:32.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:34:32.072Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:35:32.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:35:32.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:36:32.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:36:32.076Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:37:32.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:37:32.078Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:38:32.043Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:38:32.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:39:32.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:39:32.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:40:32.047Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:40:32.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:41:32.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:41:32.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:42:32.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:42:32.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:43:32.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:43:32.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:44:32.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:44:32.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:45:32.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:45:32.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:46:32.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:46:32.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:47:32.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:47:32.092Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:48:32.061Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:48:32.093Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:49:32.062Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:49:32.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:50:32.063Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:50:32.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:51:32.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:51:32.171Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:52:32.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:52:32.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:53:32.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:53:32.175Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:54:32.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:54:32.177Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:55:32.073Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:55:32.178Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:56:32.074Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:56:32.179Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:57:32.074Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:57:32.181Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:58:32.076Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:58:32.182Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T05:59:32.078Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T05:59:32.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:00:32.079Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:00:32.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:01:32.082Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:01:32.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:02:32.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:02:32.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:03:32.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:03:32.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:04:32.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:04:32.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:05:32.088Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:05:32.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:06:32.090Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:06:32.193Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:07:32.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:07:32.196Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:08:32.092Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:08:32.197Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:09:32.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:09:32.199Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:10:32.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:10:32.201Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:11:32.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:11:32.201Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:12:32.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:12:32.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:13:32.102Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:13:32.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:14:32.104Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:14:32.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:15:32.105Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:15:32.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:16:32.106Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:16:32.208Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:17:32.108Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:17:32.210Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:18:32.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:18:32.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:19:32.112Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:19:32.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:20:32.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:20:32.215Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:21:32.118Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:21:32.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:22:32.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:22:32.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:23:32.121Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:23:32.218Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:24:32.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:24:32.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:25:32.125Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:25:32.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:26:32.126Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:26:32.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:27:32.126Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:27:32.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:28:32.127Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:28:32.225Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:29:32.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:29:32.226Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:30:32.130Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:30:32.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:31:32.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:31:32.230Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:32:32.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:32:32.231Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:33:32.135Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:33:32.232Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:34:32.136Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:34:32.234Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:35:32.138Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:35:32.236Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:36:32.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:36:32.237Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:37:32.141Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:37:32.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:38:32.142Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:38:32.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:39:32.142Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:39:32.239Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:40:32.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:40:32.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:41:32.144Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:41:32.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:42:32.146Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:42:32.252Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:43:32.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:43:32.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:44:32.149Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:44:32.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:45:32.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:45:32.256Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:46:32.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:46:32.258Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:47:32.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:47:32.260Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:48:32.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:48:32.261Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:49:32.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:49:32.262Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:50:32.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:50:32.264Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:51:32.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:51:32.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:52:32.161Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:52:32.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:53:32.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:53:32.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:54:32.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:54:32.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:55:32.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:55:32.270Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:56:32.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:56:32.270Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:57:32.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:57:32.271Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:58:32.171Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:58:32.273Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T06:59:32.171Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T06:59:32.273Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:00:32.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:00:32.275Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:01:32.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:01:32.276Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:02:32.178Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:02:32.278Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:03:32.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:03:32.278Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:04:32.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:04:32.279Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:05:32.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:05:32.280Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:06:32.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:06:32.282Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:07:32.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:07:32.283Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:08:32.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:08:32.285Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:09:32.192Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:09:32.288Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:10:32.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:10:32.288Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:11:32.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:11:32.290Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:12:32.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:12:32.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:13:32.202Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:13:32.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:14:32.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:14:32.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:15:32.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:15:32.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:16:32.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:16:32.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:17:32.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:17:32.298Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:18:32.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:18:32.300Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:19:32.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:19:32.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:20:32.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:20:32.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:21:32.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:21:32.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:22:32.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:22:32.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:23:32.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:23:32.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:24:32.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:24:32.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:25:32.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:25:32.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:26:32.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:26:32.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:27:32.224Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:27:32.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:28:32.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:28:32.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:29:32.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:29:32.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:30:32.231Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:30:32.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:31:32.232Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:31:32.316Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:32:32.234Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:32:32.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:33:32.235Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:33:32.319Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:34:32.236Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:34:32.319Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:35:32.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:35:32.320Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:36:32.239Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:36:32.321Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:37:32.239Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:37:32.321Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:38:32.241Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:38:32.323Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:39:32.242Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:39:32.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:40:32.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:40:32.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:41:32.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:41:32.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:42:32.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:42:32.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:43:32.247Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:43:32.327Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:44:32.248Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:44:32.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:45:32.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:45:32.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:46:32.251Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:46:32.331Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:47:32.251Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:47:32.332Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:48:32.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:48:32.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:49:32.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:49:32.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:50:32.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:50:32.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:51:32.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:51:32.338Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:52:32.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:52:32.339Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:53:32.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:53:32.339Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:54:32.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:54:32.341Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:55:32.261Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:55:32.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:56:32.261Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:56:32.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:57:32.263Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:57:32.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:58:32.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:58:32.346Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T07:59:32.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T07:59:32.346Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:00:32.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:00:32.347Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:01:32.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:01:32.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:02:32.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:02:32.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:03:32.273Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:03:32.355Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:04:32.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:04:32.357Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:05:32.277Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:05:32.357Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:06:32.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:06:32.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:07:32.279Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:07:32.361Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:08:32.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:08:32.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:09:32.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:09:32.363Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:10:32.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:10:32.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:11:32.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:11:32.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:12:32.288Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:12:32.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:13:32.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:13:32.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:14:32.291Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:14:32.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:15:32.291Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:15:32.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:16:32.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:16:32.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:17:32.294Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:17:32.375Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:18:32.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:18:32.376Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:19:32.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:19:32.378Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:20:32.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:20:32.379Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:21:32.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:21:32.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:22:32.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:22:32.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:23:32.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:23:32.382Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:24:32.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:24:32.384Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:25:32.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:25:32.385Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:26:32.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:26:32.386Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:27:32.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:27:32.387Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:28:32.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:28:32.388Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:29:32.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:29:32.389Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:30:32.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:30:32.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:31:32.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:31:32.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:32:32.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:32:32.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:33:32.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:33:32.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:34:32.314Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:34:32.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:35:32.316Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:35:32.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:36:32.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:36:32.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:37:32.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:37:32.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:38:32.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:38:32.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:39:32.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:39:32.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:40:32.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:40:32.401Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:41:32.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:41:32.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:42:32.325Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:42:32.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:43:32.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:43:32.405Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:44:32.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:44:32.406Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:45:32.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:45:32.407Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:46:32.330Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:46:32.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:47:32.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:47:32.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:48:32.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:48:32.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:49:32.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:49:32.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:50:32.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:50:32.413Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:51:32.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:51:32.414Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:52:32.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:52:32.415Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:53:32.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:53:32.416Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:54:32.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:54:32.417Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:55:32.341Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:55:32.418Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:56:32.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:56:32.419Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:57:32.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:57:32.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:58:32.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:58:32.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T08:59:32.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T08:59:32.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:00:32.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:00:32.422Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:01:32.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:01:32.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:02:32.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:02:32.424Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:03:32.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:03:32.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:04:32.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:04:32.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:05:32.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:05:32.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:06:32.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:06:32.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:07:32.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:07:32.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:08:32.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:08:32.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:09:32.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:09:32.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:10:32.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:10:32.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:11:32.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:11:32.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:12:32.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:12:32.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:13:32.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:13:32.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:14:32.366Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:14:32.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:15:32.366Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:15:32.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:16:32.368Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:16:32.439Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:17:32.369Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:17:32.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:18:32.371Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:18:32.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:19:32.371Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:19:32.441Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:20:32.372Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:20:32.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:21:32.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:21:32.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:22:32.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:22:32.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:23:32.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:23:32.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:24:32.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:24:32.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:25:32.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:25:32.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:26:32.380Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:26:32.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:27:32.381Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:27:32.449Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:28:32.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:28:32.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:29:32.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:29:32.451Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:30:32.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:30:32.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:31:32.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:31:32.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:32:32.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:32:32.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:33:32.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:33:32.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:34:32.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:34:32.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:35:32.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:35:32.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:36:32.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:36:32.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:37:32.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:37:32.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:38:32.394Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:38:32.460Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:39:32.396Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:39:32.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:40:32.397Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:40:32.464Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:41:32.399Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:41:32.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:42:32.399Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:42:32.465Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:43:32.400Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:43:32.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:44:32.400Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:44:32.467Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:45:32.400Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:45:32.469Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:46:32.401Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:46:32.471Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:47:32.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:47:32.472Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:48:32.403Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:48:32.473Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:49:32.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:49:32.473Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:50:32.406Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:50:32.474Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:51:32.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:51:32.474Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:52:32.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:52:32.476Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:53:32.408Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:53:32.477Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:54:32.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:54:32.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:55:32.412Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:55:32.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:56:32.413Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:56:32.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:57:32.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:57:32.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:58:32.415Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:58:32.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T09:59:32.417Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T09:59:32.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:00:32.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:00:32.484Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:01:32.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:01:32.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:02:32.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:02:32.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:03:32.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:03:32.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:04:32.423Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:04:32.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:05:32.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:05:32.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:06:32.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:06:32.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:07:32.428Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:07:32.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:08:32.429Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:08:32.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:09:32.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:09:32.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:10:32.431Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:10:32.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:11:32.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:11:32.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:12:32.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:12:32.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:13:32.433Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:13:32.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:32.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:14:32.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:44.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-26T10:14:44.433Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"fd242b8a-dd27-46e1-a377-ebc5b429ef10","serviceName":"basic_onboard_IjlfeV","serviceVersion":"1.0","serviceUUID":"a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf","serviceDescription":"service","serviceInvariantUUID":"7403d8e3-d3c7-48ef-9c9e-b74296d92d5a","resources":[{"resourceInstanceName":"basic_onboard_IjlfeV 0","resourceName":"basic_onboard_IjlfeV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5427a1a-3a76-439e-9a8b-29b7efa27186","resourceInvariantUUID":"4f2ca7b9-9785-4988-bd23-753642a12a5d","resourceCustomizationUUID":"b9f92d01-00f3-43fc-889c-2e0d6f3b20e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml","artifactChecksum":"MGVkMDg3YjgwOWRhYmU0ZmY0NWI5ODEyODA2NDM0NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b5ac2fe-e3a5-49b2-a3cf-8a07ed03391b","artifactVersion":"1"},{"artifactName":"basic_onboard_ijlfev0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json","artifactChecksum":"Y2I4MWZlNGRlMGM5ZjViZDhiMTZhYmIzY2ZkNGVmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c35227fe-792f-4511-8820-a60230c0a814","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"159b1127-3e4d-42d5-9f9d-95e8f5386009","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e42f56b7-85ac-4a64-935a-b380f52590f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"378f86c6-87ca-474c-8117-33b9c3d6fd6b","artifactVersion":"2","generatedFromUUID":"159b1127-3e4d-42d5-9f9d-95e8f5386009"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIjlfev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml","artifactChecksum":"MjI4NzRmMTYyNGJhYzVmYmE3ZWY0NmU4NmM0ZmQxYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68a034bf-e719-43c6-97df-98a779006c07","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIjlfev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar","artifactChecksum":"ZGZkYTU3ZjI0MzUyM2I3Mzc4NjBjMDUwOWM5YzBmMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4c4ce01-31bb-4b8d-9037-6970468475ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T10:14:44.458Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:44.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:44.472Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:44.472Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:44.481Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.482Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.483Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T10:14:44.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:14:44.587Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:14:44.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:14:45.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:45.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:45.514Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:45.514Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:46.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:46.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:46.517Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:46.517Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:47.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:47.519Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:47.520Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:47.520Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:48.521Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:48.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:48.522Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:48.522Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:49.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:49.524Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:49.524Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:49.524Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:50.525Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T10:14:50.526Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:50.526Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:50.527Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:51.529Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "serviceName": "basic_onboard_IjlfeV",
  "serviceVersion": "1.0",
  "serviceUUID": "a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7403d8e3-d3c7-48ef-9c9e-b74296d92d5a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_IjlfeV 0",
      "resourceCustomizationUUID": "b9f92d01-00f3-43fc-889c-2e0d6f3b20e7",
      "resourceName": "basic_onboard_IjlfeV",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e5427a1a-3a76-439e-9a8b-29b7efa27186",
      "resourceInvariantUUID": "4f2ca7b9-9785-4988-bd23-753642a12a5d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ijlfev0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
          "artifactChecksum": "Y2I4MWZlNGRlMGM5ZjViZDhiMTZhYmIzY2ZkNGVmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c35227fe-792f-4511-8820-a60230c0a814",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "159b1127-3e4d-42d5-9f9d-95e8f5386009",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "378f86c6-87ca-474c-8117-33b9c3d6fd6b",
            "generatedFromUUID": "159b1127-3e4d-42d5-9f9d-95e8f5386009"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "378f86c6-87ca-474c-8117-33b9c3d6fd6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIjlfev-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
      "artifactChecksum": "ZGZkYTU3ZjI0MzUyM2I3Mzc4NjBjMDUwOWM5YzBmMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4c4ce01-31bb-4b8d-9037-6970468475ef"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T10:14:51.533Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T10:14:51.533Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf ASDC
2023-02-26T10:14:51.654Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fd242b8a-dd27-46e1-a377-ebc5b429ef10
ServiceName:basic_onboard_IjlfeV
ServiceVersion:1.0
ServiceUUID:a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf
ServiceInvariantUUID:7403d8e3-d3c7-48ef-9c9e-b74296d92d5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIjlfev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar
ArtifactUUID:e4c4ce01-31bb-4b8d-9037-6970468475ef
ArtifactChecksum:ZGZkYTU3ZjI0MzUyM2I3Mzc4NjBjMDUwOWM5YzBmMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IjlfeV 0
ResourceCustomizationUUID:b9f92d01-00f3-43fc-889c-2e0d6f3b20e7
ResourceInvariantUUID:4f2ca7b9-9785-4988-bd23-753642a12a5d
ResourceName:basic_onboard_IjlfeV
ResourceType:VF
ResourceUUID:e5427a1a-3a76-439e-9a8b-29b7efa27186
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ijlfev0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json
ArtifactUUID:c35227fe-792f-4511-8820-a60230c0a814
ArtifactChecksum:Y2I4MWZlNGRlMGM5ZjViZDhiMTZhYmIzY2ZkNGVmNWE=
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/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml
ArtifactUUID:159b1127-3e4d-42d5-9f9d-95e8f5386009
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/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
ArtifactUUID:378f86c6-87ca-474c-8117-33b9c3d6fd6b
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/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
ArtifactUUID:378f86c6-87ca-474c-8117-33b9c3d6fd6b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-26T10:14:51.655Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf 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-26T10:14:51.945Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T10:14:51.947Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-26T10:14:51.948Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-26T10:14:51.948Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4c4ce01-31bb-4b8d-9037-6970468475ef from URL: /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:51.949Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-26T10:14:51.950Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:52.491Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-26T10:14:52.508Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar e4c4ce01-31bb-4b8d-9037-6970468475ef 75675
2023-02-26T10:14:52.509Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar ASDC sendASDCNotification
2023-02-26T10:14:52.509Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:52.510Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T10:14:52.511Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:52.512Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:52.512Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406492508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:53.513Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T10:14:53.514Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-02-26T10:14:53.515Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e4c4ce01-31bb-4b8d-9037-6970468475ef, URL: /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar to file: /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:53.515Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:53.611Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:53.611Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:54.246Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17556041592022354724/Definitions/service-BasicOnboardIjlfev-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-26T10:14:56.632Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T10:14:56.640Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-26T10:14:56.640Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.640Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IjlfeV 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-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:14:56.641Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-02-26T10:14:56.650Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.653Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.659Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:14:56.659Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-26T10:14:56.661Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T10:14:56.663Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.663Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.663Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:14:56.664Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-02-26T10:14:56.664Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T10:14:56.664Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.664Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.689Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.690Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is not matching search criteria
2023-02-26T10:14:56.690Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-26T10:14:56.691Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-26T10:14:56.691Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-26T10:14:56.691Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-26T10:14:56.691Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-26T10:14:56.692Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.692Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T10:14:56.694Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.694Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:14:56.694Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:14:56.695Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:14:56.696Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.696Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is not matching search criteria
2023-02-26T10:14:56.696Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-26T10:14:56.696Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-26T10:14:56.696Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7138bb16-5447-4dd6-8129-983da6569abd
2023-02-26T10:14:56.697Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.697Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.697Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.697Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.697Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.698Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.698Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:14:56.698Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:14:56.698Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_IjlfeV
Description:service
Model UUID:a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf
Model Version:NULL
Model InvariantUuid:7403d8e3-d3c7-48ef-9c9e-b74296d92d5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_IjlfeV
Model UUID:0d4be558-9f34-4f88-aaf3-2da04565f3ff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f2ca7b9-9785-4988-bd23-753642a12a5d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b9f92d01-00f3-43fc-889c-2e0d6f3b20e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae63f79c-618e-408d-a4a0-1571f3ce007b
ModelName:BasicOnboardIjlfev..base_ubuntu18..module-0
ModelUuid:9588229d-a7c8-4e14-937b-5be7d1d9fe67
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7138bb16-5447-4dd6-8129-983da6569abd
ModelInvariantUuid:749f4d51-2157-46a5-ab56-524d0ddf74d8
ModelName:basic_onboard_IjlfeV-nodes.ubuntu18Cvfc
ModelUuid:988f821e-b1fe-4554-8afa-7ab1c3ddbc6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:748d5429-72c8-45d6-ae56-38ef8dafcb01
ModelInvariantUuid:afc874a6-e261-4e25-9ed1-a30383f4bd89
ModelName:BasicOnboardIjlfev.compute.nodes.heat.ubuntu18
ModelUuid:5ac2ff30-f6d6-454e-a117-90fefc9a254e
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-26T10:14:56.720Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e5427a1a-3a76-439e-9a8b-29b7efa27186
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-26T10:14:56.781Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||basic_onboard_IjlfeV 0
2023-02-26T10:14:56.789Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5427a1a-3a76-439e-9a8b-29b7efa27186
2023-02-26T10:14:56.789Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c35227fe-792f-4511-8820-a60230c0a814 from URL: /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json
2023-02-26T10:14:56.789Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-26T10:14:56.789Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json
2023-02-26T10:14:56.889Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-26T10:14:56.890Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json c35227fe-792f-4511-8820-a60230c0a814 798
2023-02-26T10:14:56.891Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json ASDC sendASDCNotification
2023-02-26T10:14:56.891Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json
2023-02-26T10:14:56.891Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T10:14:56.892Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:56.892Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:56.892Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406496891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:57.894Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIjlfev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae63f79c-618e-408d-a4a0-1571f3ce007b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9588229d-a7c8-4e14-937b-5be7d1d9fe67",
    "vfModuleModelCustomizationUUID": "34cf37d6-25ab-46c7-bcbf-59128ed7767b",
    "isBase": true,
    "artifacts": [
      "159b1127-3e4d-42d5-9f9d-95e8f5386009",
      "378f86c6-87ca-474c-8117-33b9c3d6fd6b"
    ],
    "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-26T10:14:57.917Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIjlfev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9588229d-a7c8-4e14-937b-5be7d1d9fe67
VfModuleModelInvariantUUID:ae63f79c-618e-408d-a4a0-1571f3ce007b
VfModuleModelDescription:NULL
Artifacts UUID List:{
159b1127-3e4d-42d5-9f9d-95e8f5386009
,
378f86c6-87ca-474c-8117-33b9c3d6fd6b

}
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-26T10:14:57.922Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIjlfev..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae63f79c-618e-408d-a4a0-1571f3ce007b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9588229d-a7c8-4e14-937b-5be7d1d9fe67",
    "vfModuleModelCustomizationUUID": "34cf37d6-25ab-46c7-bcbf-59128ed7767b",
    "isBase": true,
    "artifacts": [
      "159b1127-3e4d-42d5-9f9d-95e8f5386009",
      "378f86c6-87ca-474c-8117-33b9c3d6fd6b"
    ],
    "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-26T10:14:57.923Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIjlfev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9588229d-a7c8-4e14-937b-5be7d1d9fe67
VfModuleModelInvariantUUID:ae63f79c-618e-408d-a4a0-1571f3ce007b
VfModuleModelDescription:NULL
Artifacts UUID List:{
159b1127-3e4d-42d5-9f9d-95e8f5386009
,
378f86c6-87ca-474c-8117-33b9c3d6fd6b

}
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-26T10:14:57.923Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 159b1127-3e4d-42d5-9f9d-95e8f5386009 from URL: /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml
2023-02-26T10:14:57.923Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-26T10:14:57.924Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml
2023-02-26T10:14:58.023Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-26T10:14:58.024Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml 159b1127-3e4d-42d5-9f9d-95e8f5386009 5033
2023-02-26T10:14:58.025Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-26T10:14:58.025Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml
2023-02-26T10:14:58.025Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T10:14:58.025Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:58.025Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:58.026Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406498024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:14:59.028Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 378f86c6-87ca-474c-8117-33b9c3d6fd6b from URL: /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
2023-02-26T10:14:59.029Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-02-26T10:14:59.029Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
2023-02-26T10:14:59.125Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-02-26T10:14:59.125Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env 378f86c6-87ca-474c-8117-33b9c3d6fd6b 909
2023-02-26T10:14:59.126Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-26T10:14:59.126Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
2023-02-26T10:14:59.127Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T10:14:59.128Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:14:59.128Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:14:59.128Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406499126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:00.131Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf
2023-02-26T10:15:00.134Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IjlfeV 0 e5427a1a-3a76-439e-9a8b-29b7efa27186 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-26T10:15:00.181Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71f0a65d, org.onap.sdc.toscaparser.api.parameters.Input@48d714b8, org.onap.sdc.toscaparser.api.parameters.Input@688c4350, org.onap.sdc.toscaparser.api.parameters.Input@eb86ce3, org.onap.sdc.toscaparser.api.parameters.Input@7a8ee127]
2023-02-26T10:15:00.187Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.188Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.189Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-02-26T10:15:00.189Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b9f92d01-00f3-43fc-889c-2e0d6f3b20e7
2023-02-26T10:15:00.189Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9f92d01-00f3-43fc-889c-2e0d6f3b20e7 matches Tosca VF Customization UUID: b9f92d01-00f3-43fc-889c-2e0d6f3b20e7
2023-02-26T10:15:00.190Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b9f92d01-00f3-43fc-889c-2e0d6f3b20e7  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-26T10:15:00.203Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.204Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.206Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b9f92d01-00f3-43fc-889c-2e0d6f3b20e7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-26T10:15:00.206Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@265ac5e9
2023-02-26T10:15:00.207Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.207Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T10:15:00.208Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34cf37d6-25ab-46c7-bcbf-59128ed7767b
2023-02-26T10:15:00.209Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34cf37d6-25ab-46c7-bcbf-59128ed7767b
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-26T10:15:00.228Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.229Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:15:00.229Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:15:00.231Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.231Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:15:00.231Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:15:00.232Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.232Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is not matching search criteria
2023-02-26T10:15:00.232Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-26T10:15:00.233Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-26T10:15:00.233Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7138bb16-5447-4dd6-8129-983da6569abd
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-26T10:15:00.244Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.245Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:15:00.245Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T10:15:00.246Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.246Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IjlfeV 0 is matching search criteria
2023-02-26T10:15:00.246Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IjlfeV 0] matching following query criteria: sdcType=VF, customizationUUID=b9f92d01-00f3-43fc-889c-2e0d6f3b20e7
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-26T10:15:00.250Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.250Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.251Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf: basic_onboard_IjlfeV
2023-02-26T10:15:00.251Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.252Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.252Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.252Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.253Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.253Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.254Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.254Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.254Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T10:15:00.255Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IjlfeV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T10:15:00.255Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_IjlfeV 
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-26T10:15:00.479Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IjlfeV e5427a1a-3a76-439e-9a8b-29b7efa27186 1 ASDC deployResourceStructure
2023-02-26T10:15:00.480Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json ASDC sendASDCNotification
2023-02-26T10:15:00.480Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json
2023-02-26T10:15:00.481Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T10:15:00.481Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:15:00.482Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:15:00.482Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406500480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:01.485Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-26T10:15:01.485Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml
2023-02-26T10:15:01.486Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T10:15:01.486Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:15:01.486Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:15:01.487Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406501485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:02.489Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-26T10:15:02.490Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env
2023-02-26T10:15:02.491Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T10:15:02.491Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:15:02.492Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:15:02.492Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406502489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:03.493Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar ASDC sendASDCNotification
2023-02-26T10:15:03.493Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar
2023-02-26T10:15:03.494Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T10:15:03.494Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:15:03.494Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:15:03.494Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406503493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:04.496Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T10:15:04.526Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
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-26T10:15:04.529Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T10:15:04.530Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T10:15:04.530Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T10:15:32.048Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:15:32.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:15:32.053Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:15:32.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:15:34.531Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T10:15:34.561Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
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-26T10:15:34.568Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T10:15:34.569Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T10:15:34.569Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T10:16:04.569Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T10:16:04.583Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
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-26T10:16:04.587Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T10:16:04.587Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T10:16:04.587Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T10:16:32.048Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:16:32.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.057Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.058Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.060Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.061Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.062Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.062Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.063Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.064Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.065Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.068Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.069Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.069Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.072Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.072Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406474384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406473463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406472434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406469102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.076Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406455216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.077Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406491070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.078Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406492508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406492514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406493454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406493507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406493531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.081Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677406494556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-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-26T10:16:32.093Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd242b8a-dd27-46e1-a377-ebc5b429ef10
2023-02-26T10:16:32.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd242b8a-dd27-46e1-a377-ebc5b429ef10 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-26T10:16:32.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406492268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677406494556,
  "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-26T10:16:32.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd242b8a-dd27-46e1-a377-ebc5b429ef10
2023-02-26T10:16:32.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd242b8a-dd27-46e1-a377-ebc5b429ef10 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-26T10:16:32.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.124Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406493524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406488317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406494662,
  "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-26T10:16:32.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd242b8a-dd27-46e1-a377-ebc5b429ef10
2023-02-26T10:16:32.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd242b8a-dd27-46e1-a377-ebc5b429ef10 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-26T10:16:32.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.147Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406496277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406496891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677406495666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406498024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406499126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.149Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406500480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/basic_onboard_ijlfev0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406501485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.150Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406501688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406502489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/resourceInstances/basic_onboard_ijlfev0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.151Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677406502694,
  "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-26T10:16:32.159Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd242b8a-dd27-46e1-a377-ebc5b429ef10
2023-02-26T10:16:32.159Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd242b8a-dd27-46e1-a377-ebc5b429ef10 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-26T10:16:32.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406503493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406507491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIjlfev/1.0/artifacts/service-BasicOnboardIjlfev-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:16:32.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "aai-model-loader",
  "timestamp": 1677406508510,
  "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-26T10:16:32.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd242b8a-dd27-46e1-a377-ebc5b429ef10
2023-02-26T10:16:32.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd242b8a-dd27-46e1-a377-ebc5b429ef10 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-26T10:16:34.588Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T10:16:34.611Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10
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-26T10:16:34.619Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T10:16:34.619Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T10:16:34.619Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T10:16:34.619Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T10:16:34.620Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T10:16:34.620Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T10:16:34.620Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T10:16:34.620Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T10:16:34.620Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T10:16:34.621Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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-26T10:16:34.630Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T10:17:04.631Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10 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-26T10:17:04.645Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd242b8a-dd27-46e1-a377-ebc5b429ef10 and serviceModelVersionId: a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf
2023-02-26T10:17:04.645Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7403d8e3-d3c7-48ef-9c9e-b74296d92d5a
2023-02-26T10:17:21.940Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?depth=0
2023-02-26T10:17:22.069Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T10:17:22.727Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?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-26T10:17:22.735Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?depth=0|INFO|500||Invoke
2023-02-26T10:17:22.768Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T10:17:22.991Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?depth=0|INFO|500||InvokeReturn
2023-02-26T10:17:22.993Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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/7403d8e3-d3c7-48ef-9c9e-b74296d92d5a/model-vers/model-ver/a1367e99-dcd1-4f1e-ab4c-788d6d0b3adf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 10:17:21 GMT], content-length=[0], vertex-id=[176128], x-aai-txid=[2-aai-resources-230226-10:17:21:838-6357], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T10:17:22.994Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-02-26T10:17:22.998Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T10:17:22.998Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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-26T10:17:23.011Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|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-26T10:17:23.012Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd242b8a-dd27-46e1-a377-ebc5b429ef10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T10:17:23.014Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T10:17:23.014Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-02-26T10:17:23.014Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T10:17:23.015Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406643013,
  "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-26T10:17:24.036Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:17:32.048Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:17:32.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-26T10:17:32.056Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fd242b8a-dd27-46e1-a377-ebc5b429ef10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677406643013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T10:17:32.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T10:18:24.037Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:18:32.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:19:24.038Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:19:32.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:20:24.038Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:20:32.051Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:21:24.039Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:21:32.051Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:22:24.041Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:22:32.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:23:24.042Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:23:32.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:24:24.044Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:24:32.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:25:24.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:25:32.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:26:24.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:26:32.058Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:26:35.535Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Node 0 disconnected.
2023-02-26T10:27:24.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:27:32.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:28:24.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:28:32.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:29:24.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:29:32.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:30:24.051Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:30:32.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:31:24.053Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:31:32.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:32:24.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:32:32.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:33:24.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:33:32.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:34:24.057Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:34:32.068Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:35:24.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:35:32.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:36:24.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:36:32.069Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:37:24.061Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:37:32.069Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:38:24.062Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:38:32.070Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:39:24.063Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:39:32.071Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:40:24.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:40:32.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:41:24.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:41:32.077Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:42:24.067Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:42:32.078Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:43:24.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:43:32.079Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:44:24.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:44:32.081Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:45:24.070Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:45:32.082Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:46:24.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:46:32.083Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:47:24.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:47:32.083Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:48:24.074Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:48:32.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:49:24.075Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:49:32.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:50:24.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:50:32.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:51:24.077Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:51:32.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:52:24.079Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:52:32.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:53:24.080Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:53:32.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:54:24.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:54:32.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:55:24.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:55:32.092Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:56:24.085Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:56:32.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:57:24.087Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:57:32.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:58:24.088Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:58:32.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T10:59:24.089Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T10:59:32.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:00:24.090Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:00:32.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:01:24.091Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:01:32.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:02:24.093Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:02:32.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:03:24.095Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:03:32.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:04:24.096Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:04:32.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:05:24.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:05:32.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:06:24.099Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:06:32.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:07:24.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:07:32.107Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:08:24.103Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:08:32.107Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:09:24.105Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:09:32.109Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:10:24.106Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:10:32.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:11:24.107Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:11:32.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:24.110Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:12:32.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:39.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-26T11:12:39.663Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c302861d-f0de-4b9b-bd0c-b1cfad518034","serviceName":"vFW 2023-02-26 11-11-25","serviceVersion":"1.0","serviceUUID":"c14af8d1-86bb-4328-86ea-eb844037d2d8","serviceDescription":"catalog service description","serviceInvariantUUID":"6261799e-e523-4c8e-8f24-1efe2c672846","resources":[{"resourceInstanceName":"vFW 7553a2b5-b785 0","resourceName":"vFW 7553a2b5-b785","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b3a6f62-e1c6-462d-903b-0265f89fd1ad","resourceInvariantUUID":"5e1c186c-0e41-4be4-aef4-a68e256a39b8","resourceCustomizationUUID":"933667c5-626d-49c0-a892-5a03c799c957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml","artifactChecksum":"M2I0NzVhZmVmNTFhNWVkNzE0YTE1MGVkMzE2ZDhhMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a6dcc7f-7c49-4534-bbaf-04d4be65081a","artifactVersion":"1"},{"artifactName":"vfw7553a2b5b7850_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json","artifactChecksum":"YTZjOWNjNDQzZDQxMzAyNzU2MmE0MmQ0ZWY3NzY2ZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2a91d28-9244-47a3-9a9d-69896f08b1c5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"522f2334-8fac-41bf-a69e-84ec0998cc02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml","artifactChecksum":"MTJjMDdkMWZkZGNkZjMxMTY1NGUzMmJlOGUwOGJkMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e326c9b-f16f-4d2b-9fdd-efac3351a03a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a03a275b-1961-4eb8-9d80-e449e18bbbd8","artifactVersion":"2","generatedFromUUID":"522f2334-8fac-41bf-a69e-84ec0998cc02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230226111125-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml","artifactChecksum":"NGI0M2M4OTQ3YTNlMTA2YTA3OGJiYmRkODBhZTc2YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c6ec4f2-d674-48bb-8415-7fd6c1c84254","artifactVersion":"1"},{"artifactName":"service-Vfw20230226111125-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar","artifactChecksum":"YTAyNTA3ODc2NzgxM2I0MzE0NTA3MGE1OGE4MWVhZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c41ab781-3ca5-42e2-b798-ced1519bdd99","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:12:39.667Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:39.668Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:39.668Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:39.669Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:39.673Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.674Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.674Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.674Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.674Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.674Z||kafka-producer-network-thread | SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b1ca932a-2ed0-40ed-89bb-06d87b8693f0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to VX9ngGndQr6qTcoiDKEQNQ
2023-02-26T11:12:39.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:12:39.697Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:12:39.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:12:40.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:40.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:40.677Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:40.678Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:41.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:41.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:41.680Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:41.680Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:42.681Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:42.682Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:42.682Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:42.683Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:43.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:43.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:43.685Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:43.686Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:44.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:44.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:44.688Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:44.688Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:45.690Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:12:45.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:45.692Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:45.692Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:46.694Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "serviceName": "vFW 2023-02-26 11-11-25",
  "serviceVersion": "1.0",
  "serviceUUID": "c14af8d1-86bb-4328-86ea-eb844037d2d8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6261799e-e523-4c8e-8f24-1efe2c672846",
  "resources": [
    {
      "resourceInstanceName": "vFW 7553a2b5-b785 0",
      "resourceCustomizationUUID": "933667c5-626d-49c0-a892-5a03c799c957",
      "resourceName": "vFW 7553a2b5-b785",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9b3a6f62-e1c6-462d-903b-0265f89fd1ad",
      "resourceInvariantUUID": "5e1c186c-0e41-4be4-aef4-a68e256a39b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7553a2b5b7850_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
          "artifactChecksum": "YTZjOWNjNDQzZDQxMzAyNzU2MmE0MmQ0ZWY3NzY2ZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2a91d28-9244-47a3-9a9d-69896f08b1c5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "522f2334-8fac-41bf-a69e-84ec0998cc02",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a03a275b-1961-4eb8-9d80-e449e18bbbd8",
            "generatedFromUUID": "522f2334-8fac-41bf-a69e-84ec0998cc02"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a03a275b-1961-4eb8-9d80-e449e18bbbd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230226111125-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
      "artifactChecksum": "YTAyNTA3ODc2NzgxM2I0MzE0NTA3MGE1OGE4MWVhZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c41ab781-3ca5-42e2-b798-ced1519bdd99"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:12:46.695Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:12:46.695Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c14af8d1-86bb-4328-86ea-eb844037d2d8 ASDC
2023-02-26T11:12:46.696Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c302861d-f0de-4b9b-bd0c-b1cfad518034
ServiceName:vFW 2023-02-26 11-11-25
ServiceVersion:1.0
ServiceUUID:c14af8d1-86bb-4328-86ea-eb844037d2d8
ServiceInvariantUUID:6261799e-e523-4c8e-8f24-1efe2c672846
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230226111125-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar
ArtifactUUID:c41ab781-3ca5-42e2-b798-ced1519bdd99
ArtifactChecksum:YTAyNTA3ODc2NzgxM2I0MzE0NTA3MGE1OGE4MWVhZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7553a2b5-b785 0
ResourceCustomizationUUID:933667c5-626d-49c0-a892-5a03c799c957
ResourceInvariantUUID:5e1c186c-0e41-4be4-aef4-a68e256a39b8
ResourceName:vFW 7553a2b5-b785
ResourceType:VF
ResourceUUID:9b3a6f62-e1c6-462d-903b-0265f89fd1ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7553a2b5b7850_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json
ArtifactUUID:b2a91d28-9244-47a3-9a9d-69896f08b1c5
ArtifactChecksum:YTZjOWNjNDQzZDQxMzAyNzU2MmE0MmQ0ZWY3NzY2ZTM=
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/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml
ArtifactUUID:522f2334-8fac-41bf-a69e-84ec0998cc02
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/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
ArtifactUUID:a03a275b-1961-4eb8-9d80-e449e18bbbd8
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/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
ArtifactUUID:a03a275b-1961-4eb8-9d80-e449e18bbbd8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-26T11:12:46.697Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c14af8d1-86bb-4328-86ea-eb844037d2d8 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-26T11:12:46.766Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:12:46.767Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-26T11:12:46.767Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-26T11:12:46.767Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c41ab781-3ca5-42e2-b798-ced1519bdd99 from URL: /sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:46.768Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-26T11:12:46.768Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:46.882Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-26T11:12:46.886Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar c41ab781-3ca5-42e2-b798-ced1519bdd99 101496
2023-02-26T11:12:46.887Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar ASDC sendASDCNotification
2023-02-26T11:12:46.887Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:46.887Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:12:46.888Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:46.888Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:46.888Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409966887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:47.889Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:12:47.890Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-26T11:12:47.891Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c41ab781-3ca5-42e2-b798-ced1519bdd99, URL: /sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar to file: /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:47.891Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230226111125-csar.csar
2023-02-26T11:12:47.892Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:47.893Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:48.250Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12662328412835433013/Definitions/service-Vfw20230226111125-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-26T11:12:51.035Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.037Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7553a2b5-b785 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-Vfw20230226111125-csar.csar
2023-02-26T11:12:51.038Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-26T11:12:51.039Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.039Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.039Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:51.040Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-26T11:12:51.040Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:12:51.040Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.040Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.041Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:51.041Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-26T11:12:51.041Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:12:51.041Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.042Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.042Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.042Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:51.042Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.043Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-26T11:12:51.044Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-26T11:12:51.044Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-26T11:12:51.044Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.044Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.044Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-26T11:12:51.045Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.045Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-26T11:12:51.045Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.045Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-26T11:12:51.045Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.046Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:12:51.046Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.046Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:51.046Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:51.047Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-26T11:12:51.048Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-26T11:12:51.049Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-26T11:12:51.049Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.049Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.049Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-26T11:12:51.049Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.050Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-26T11:12:51.050Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.050Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8a60d13-ff9d-4681-948a-b5b2cfd6ada7
2023-02-26T11:12:51.050Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.051Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-26T11:12:51.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de2b7ff9-95a2-4f14-bd93-5241ac28458d
2023-02-26T11:12:51.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:51.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.054Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-26T11:12:51.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b17da78f-9c11-4959-bea5-55b94f248b8d
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.056Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.057Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:51.057Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:51.057Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-26 11-11-25
Description:catalog service description
Model UUID:c14af8d1-86bb-4328-86ea-eb844037d2d8
Model Version:NULL
Model InvariantUuid:6261799e-e523-4c8e-8f24-1efe2c672846
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7553a2b5-b785
Model UUID:f240051f-4896-4998-930c-8cbe5241c5a8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e1c186c-0e41-4be4-aef4-a68e256a39b8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:933667c5-626d-49c0-a892-5a03c799c957
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5c6996a7-e6a1-4148-8323-4cff0789aaad
ModelName:Vfw7553a2b5B785..base_vfw..module-0
ModelUuid:ed8296a3-cc7d-49a0-bbb6-fe07ac546817
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8a60d13-ff9d-4681-948a-b5b2cfd6ada7
ModelInvariantUuid:919f8efe-8725-4a5b-8451-5aa486cf04dd
ModelName:vFW 7553a2b5-b785-nodes.vfwCvfc
ModelUuid:a9aa7763-18de-4123-b1ec-24865a31e14e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b22d3a57-6bc0-4070-afd0-e2ee5ea74063
ModelInvariantUuid:40e3b761-c2ad-46b6-b66e-c004cf2ec5d5
ModelName:Vfw7553a2b5B785.compute.nodes.heat.vfw
ModelUuid:48beafcc-7ef4-4cd3-b058-91a769ba2124
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:de2b7ff9-95a2-4f14-bd93-5241ac28458d
ModelInvariantUuid:ac435ffb-30ae-401b-9815-419146663be6
ModelName:vFW 7553a2b5-b785-nodes.vsnCvfc
ModelUuid:b6d65633-cdfd-4ec9-a509-fd81943f4991
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:90c80ac7-542b-492d-99de-bec1f0a44b26
ModelInvariantUuid:a167d936-e6f1-4ab8-b927-e7af43248630
ModelName:Vfw7553a2b5B785.compute.nodes.heat.vsn
ModelUuid:8ceded56-2402-4ad9-acd5-34a479932b59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b17da78f-9c11-4959-bea5-55b94f248b8d
ModelInvariantUuid:422b6f45-0e54-45a4-8362-2d6c95d68339
ModelName:vFW 7553a2b5-b785-nodes.vpgCvfc
ModelUuid:84e6bbd6-f673-47a9-bdc3-3e9b8aa2e1a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f1e5dcbd-2cb9-44ca-8b05-f7bc767092de
ModelInvariantUuid:7121888e-454a-4d75-b655-3c0995a6e52c
ModelName:Vfw7553a2b5B785.compute.nodes.heat.vpg
ModelUuid:361fb8f3-0b70-461a-a901-2f5979306026
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-26T11:12:51.067Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b3a6f62-e1c6-462d-903b-0265f89fd1ad
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-26T11:12:51.072Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||vFW 7553a2b5-b785 0
2023-02-26T11:12:51.072Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b3a6f62-e1c6-462d-903b-0265f89fd1ad
2023-02-26T11:12:51.073Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2a91d28-9244-47a3-9a9d-69896f08b1c5 from URL: /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json
2023-02-26T11:12:51.073Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-26T11:12:51.073Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json
2023-02-26T11:12:51.186Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-26T11:12:51.187Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json b2a91d28-9244-47a3-9a9d-69896f08b1c5 785
2023-02-26T11:12:51.187Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json ASDC sendASDCNotification
2023-02-26T11:12:51.187Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json
2023-02-26T11:12:51.188Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:12:51.188Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:51.188Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:51.189Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409971187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:52.190Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7553a2b5B785..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5c6996a7-e6a1-4148-8323-4cff0789aaad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed8296a3-cc7d-49a0-bbb6-fe07ac546817",
    "vfModuleModelCustomizationUUID": "c6db6320-a29d-4ae1-a586-13d37581b215",
    "isBase": true,
    "artifacts": [
      "522f2334-8fac-41bf-a69e-84ec0998cc02",
      "a03a275b-1961-4eb8-9d80-e449e18bbbd8"
    ],
    "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-26T11:12:52.197Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7553a2b5B785..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed8296a3-cc7d-49a0-bbb6-fe07ac546817
VfModuleModelInvariantUUID:5c6996a7-e6a1-4148-8323-4cff0789aaad
VfModuleModelDescription:NULL
Artifacts UUID List:{
522f2334-8fac-41bf-a69e-84ec0998cc02
,
a03a275b-1961-4eb8-9d80-e449e18bbbd8

}
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-26T11:12:52.201Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7553a2b5B785..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5c6996a7-e6a1-4148-8323-4cff0789aaad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed8296a3-cc7d-49a0-bbb6-fe07ac546817",
    "vfModuleModelCustomizationUUID": "c6db6320-a29d-4ae1-a586-13d37581b215",
    "isBase": true,
    "artifacts": [
      "522f2334-8fac-41bf-a69e-84ec0998cc02",
      "a03a275b-1961-4eb8-9d80-e449e18bbbd8"
    ],
    "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-26T11:12:52.201Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7553a2b5B785..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed8296a3-cc7d-49a0-bbb6-fe07ac546817
VfModuleModelInvariantUUID:5c6996a7-e6a1-4148-8323-4cff0789aaad
VfModuleModelDescription:NULL
Artifacts UUID List:{
522f2334-8fac-41bf-a69e-84ec0998cc02
,
a03a275b-1961-4eb8-9d80-e449e18bbbd8

}
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-26T11:12:52.201Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 522f2334-8fac-41bf-a69e-84ec0998cc02 from URL: /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml
2023-02-26T11:12:52.201Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-26T11:12:52.202Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml
2023-02-26T11:12:52.382Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-26T11:12:52.383Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml 522f2334-8fac-41bf-a69e-84ec0998cc02 20368
2023-02-26T11:12:52.383Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-26T11:12:52.383Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml
2023-02-26T11:12:52.383Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:12:52.384Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:52.384Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:52.384Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409972383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:53.385Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a03a275b-1961-4eb8-9d80-e449e18bbbd8 from URL: /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
2023-02-26T11:12:53.385Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-26T11:12:53.386Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
2023-02-26T11:12:53.510Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-26T11:12:53.510Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env a03a275b-1961-4eb8-9d80-e449e18bbbd8 2098
2023-02-26T11:12:53.511Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-26T11:12:53.511Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
2023-02-26T11:12:53.511Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:12:53.512Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:53.512Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:53.512Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409973511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:54.514Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c14af8d1-86bb-4328-86ea-eb844037d2d8
2023-02-26T11:12:54.514Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7553a2b5-b785 0 9b3a6f62-e1c6-462d-903b-0265f89fd1ad 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-26T11:12:54.543Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@245e21dc, org.onap.sdc.toscaparser.api.parameters.Input@29d369cc, org.onap.sdc.toscaparser.api.parameters.Input@6d529cdb, org.onap.sdc.toscaparser.api.parameters.Input@6f57f764, org.onap.sdc.toscaparser.api.parameters.Input@3a526b93]
2023-02-26T11:12:54.545Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.545Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.546Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-02-26T11:12:54.546Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 933667c5-626d-49c0-a892-5a03c799c957
2023-02-26T11:12:54.546Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 933667c5-626d-49c0-a892-5a03c799c957 matches Tosca VF Customization UUID: 933667c5-626d-49c0-a892-5a03c799c957
2023-02-26T11:12:54.546Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 933667c5-626d-49c0-a892-5a03c799c957  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-26T11:12:54.551Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.551Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.552Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 933667c5-626d-49c0-a892-5a03c799c957: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-26T11:12:54.552Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@218c3c09
2023-02-26T11:12:54.553Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.553Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:12:54.553Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6db6320-a29d-4ae1-a586-13d37581b215
2023-02-26T11:12:54.553Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6db6320-a29d-4ae1-a586-13d37581b215
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-26T11:12:54.558Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.559Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.560Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:54.560Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.561Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.561Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:54.561Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.562Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:54.562Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:54.563Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:54.563Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-26T11:12:54.563Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-26T11:12:54.564Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-26T11:12:54.565Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.566Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.566Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-26T11:12:54.568Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.568Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-26T11:12:54.568Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.568Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8a60d13-ff9d-4681-948a-b5b2cfd6ada7
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-26T11:12:54.573Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.574Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.575Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:54.575Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.575Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:54.576Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:54.576Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:54.576Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-26T11:12:54.576Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.576Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.577Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.577Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-26T11:12:54.577Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-26T11:12:54.577Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-26T11:12:54.577Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.578Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-26T11:12:54.578Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.578Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=de2b7ff9-95a2-4f14-bd93-5241ac28458d
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-26T11:12:54.581Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.582Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.582Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:54.588Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.589Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is not matching search criteria
2023-02-26T11:12:54.589Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-26T11:12:54.589Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-26T11:12:54.589Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-26T11:12:54.590Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.590Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.591Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.591Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-26T11:12:54.591Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-26T11:12:54.592Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-26T11:12:54.592Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-26T11:12:54.592Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-26T11:12:54.592Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-26T11:12:54.593Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b17da78f-9c11-4959-bea5-55b94f248b8d
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-26T11:12:54.606Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.607Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.608Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:12:54.608Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.608Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Node template vFW 7553a2b5-b785 0 is matching search criteria
2023-02-26T11:12:54.609Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7553a2b5-b785 0] matching following query criteria: sdcType=VF, customizationUUID=933667c5-626d-49c0-a892-5a03c799c957
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-26T11:12:54.612Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.613Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.613Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c14af8d1-86bb-4328-86ea-eb844037d2d8: vFW 7553a2b5-b785
2023-02-26T11:12:54.614Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.614Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.615Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.615Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.615Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.616Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.617Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.617Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.617Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:12:54.618Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-26 11-11-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:12:54.618Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-02-26 11-11-25 
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-26T11:12:54.894Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7553a2b5-b785 9b3a6f62-e1c6-462d-903b-0265f89fd1ad 1 ASDC deployResourceStructure
2023-02-26T11:12:54.895Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json ASDC sendASDCNotification
2023-02-26T11:12:54.895Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json
2023-02-26T11:12:54.896Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:12:54.896Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:54.896Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:54.897Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409974895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:55.898Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-26T11:12:55.899Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml
2023-02-26T11:12:55.899Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:12:55.900Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:55.900Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:55.900Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409975898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:56.902Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-26T11:12:56.903Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env
2023-02-26T11:12:56.903Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:12:56.904Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:56.904Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:56.904Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409976902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:57.905Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar ASDC sendASDCNotification
2023-02-26T11:12:57.906Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar
2023-02-26T11:12:57.906Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:12:57.906Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:12:57.906Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:12:57.907Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409977905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:12:58.908Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:12:58.919Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
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-26T11:12:58.922Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:12:58.922Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:12:58.922Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:13:28.922Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:13:28.952Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
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-26T11:13:28.956Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:13:28.956Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:13:28.956Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:13:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:13:32.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:13:32.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:13:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:13:58.957Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:13:58.971Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
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-26T11:13:58.973Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:13:58.974Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:13:58.974Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:14:28.974Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:14:28.984Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
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-26T11:14:28.987Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:14:28.987Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:14:28.987Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:14:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:14:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409944110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409945668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409915692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409946791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409949103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409966842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409965316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409967759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409966887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409967804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409967848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677409968822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-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-26T11:14:32.080Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c302861d-f0de-4b9b-bd0c-b1cfad518034
2023-02-26T11:14:32.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c302861d-f0de-4b9b-bd0c-b1cfad518034 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-26T11:14:32.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.091Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409966611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.092Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677409968851,
  "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-26T11:14:32.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c302861d-f0de-4b9b-bd0c-b1cfad518034
2023-02-26T11:14:32.098Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c302861d-f0de-4b9b-bd0c-b1cfad518034 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-26T11:14:32.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409967878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409968914,
  "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-26T11:14:32.116Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c302861d-f0de-4b9b-bd0c-b1cfad518034
2023-02-26T11:14:32.116Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c302861d-f0de-4b9b-bd0c-b1cfad518034 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-26T11:14:32.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.128Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.129Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409971187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677409969920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409972383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409973511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.132Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409974895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/vfw7553a2b5b7850_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409968317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409975898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409976184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409976902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/resourceInstances/vfw7553a2b5b7850/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677409977905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409979433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "aai-model-loader",
  "timestamp": 1677409980436,
  "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-26T11:14:32.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c302861d-f0de-4b9b-bd0c-b1cfad518034
2023-02-26T11:14:32.144Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c302861d-f0de-4b9b-bd0c-b1cfad518034 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-26T11:14:32.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.154Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409980663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230226111125/1.0/artifacts/service-Vfw20230226111125-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:14:32.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:14:32.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:14:32.155Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677409981669,
  "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-26T11:14:32.160Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c302861d-f0de-4b9b-bd0c-b1cfad518034
2023-02-26T11:14:32.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c302861d-f0de-4b9b-bd0c-b1cfad518034 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-26T11:14:58.988Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:14:59.002Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034
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-26T11:14:59.008Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:14:59.008Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:14:59.008Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:14:59.009Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:14:59.009Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:14:59.009Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:14:59.010Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:14:59.010Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:14:59.010Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:14:59.010Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-26T11:14:59.018Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:15:29.019Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c302861d-f0de-4b9b-bd0c-b1cfad518034 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-26T11:15:29.025Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c302861d-f0de-4b9b-bd0c-b1cfad518034 and serviceModelVersionId: c14af8d1-86bb-4328-86ea-eb844037d2d8
2023-02-26T11:15:29.025Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6261799e-e523-4c8e-8f24-1efe2c672846
2023-02-26T11:15:29.026Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0
2023-02-26T11:15:29.032Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:15:29.106Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0|INFO|500||Invoke
2023-02-26T11:15:29.107Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c302861d-f0de-4b9b-bd0c-b1cfad518034], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10a8b41a-a421-4488-b97d-34de119208dd], X-ECOMP-RequestID=[c302861d-f0de-4b9b-bd0c-b1cfad518034], X-TransactionId=[], X-ONAP-RequestID=[c302861d-f0de-4b9b-bd0c-b1cfad518034], Content-Type=[application/merge-patch+json]}
2023-02-26T11:15:29.115Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:15:29.236Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?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/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:15:28 GMT], content-length=[0], vertex-id=[196736], x-aai-txid=[1-aai-resources-230226-11:15:28:065-17732], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:15:29.237Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:15:29.237Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6261799e-e523-4c8e-8f24-1efe2c672846/model-vers/model-ver/c14af8d1-86bb-4328-86ea-eb844037d2d8?depth=0|INFO|500||InvokeReturn
2023-02-26T11:15:29.238Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:15:29.238Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-26T11:15:29.244Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|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-26T11:15:29.245Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c302861d-f0de-4b9b-bd0c-b1cfad518034 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:15:29.245Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:15:29.245Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:15:29.245Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:15:29.245Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410129245,
  "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-26T11:15:30.258Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:15:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:15:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:15:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c302861d-f0de-4b9b-bd0c-b1cfad518034",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410129245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:15:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:16:30.258Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:16:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:17:30.259Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:17:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:18:30.261Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:18:32.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:19:30.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:19:32.050Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:20:30.263Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:20:32.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:20:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:20:50.969Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"15602a23-6eab-4a9f-b91b-e8f318328177","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"eec1a4b0-116e-4bef-9615-782e142d2e23","serviceDescription":"service","serviceInvariantUUID":"d82141e0-db9c-4064-ac2b-90ffa25d00f3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3c6b63f6-42be-462c-be9f-e386722666e3","resourceInvariantUUID":"70a8cf94-49b7-427c-a199-c7a9d918f8fc","resourceCustomizationUUID":"48d41a0d-231f-4e19-9454-79863d1f2cac","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":"Mzk2NTM5YjQ4NmNkN2M1NzQ1MWViNDhjNzA2MGZlODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e31750d0-0a00-4cd5-abce-f75405642e17","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzgzZjZmY2ZhODUyYmMzMGFiZDlmNjVhNzkwNWNjNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:20:50.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:20:50.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:20:50.975Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:20:50.976Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410430263,
  "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-26T11:20:51.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:20:51.013Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410420942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:20:51.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:20:51.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:20:51.015Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410430263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:20:51.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:20:51.977Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:20:51.978Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:20:51.978Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:20:51.978Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410430263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:20:52.980Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "eec1a4b0-116e-4bef-9615-782e142d2e23",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d82141e0-db9c-4064-ac2b-90ffa25d00f3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "48d41a0d-231f-4e19-9454-79863d1f2cac",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3c6b63f6-42be-462c-be9f-e386722666e3",
      "resourceInvariantUUID": "70a8cf94-49b7-427c-a199-c7a9d918f8fc",
      "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": "NzgzZjZmY2ZhODUyYmMzMGFiZDlmNjVhNzkwNWNjNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:20:52.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:20:52.981Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eec1a4b0-116e-4bef-9615-782e142d2e23 ASDC
2023-02-26T11:20:52.982Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:15602a23-6eab-4a9f-b91b-e8f318328177
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:eec1a4b0-116e-4bef-9615-782e142d2e23
ServiceInvariantUUID:d82141e0-db9c-4064-ac2b-90ffa25d00f3
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:f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f
ArtifactChecksum:NzgzZjZmY2ZhODUyYmMzMGFiZDlmNjVhNzkwNWNjNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:48d41a0d-231f-4e19-9454-79863d1f2cac
ResourceInvariantUUID:70a8cf94-49b7-427c-a199-c7a9d918f8fc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3c6b63f6-42be-462c-be9f-e386722666e3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-26T11:20:52.982Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eec1a4b0-116e-4bef-9615-782e142d2e23 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-26T11:20:53.021Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:20:53.022Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:20:53.022Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:20:53.023Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-26T11:20:53.023Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:20:53.023Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-26T11:20:53.541Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:20:53.546Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f 57790
2023-02-26T11:20:53.546Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-26T11:20:53.547Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-26T11:20:53.547Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:20:53.547Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:20:53.547Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:20:53.547Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410453546,
  "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-26T11:20:54.549Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:20:54.550Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:20:54.551Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f3ef5ba3-4f20-46a0-8f99-f52c890e8b5f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:54.551Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-26T11:20:54.552Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:54.552Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:54.727Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10348940704026835103/Definitions/service-BasicNetwork-template.yml
2023-02-26T11:20:55.248Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:20:55.248Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:20:55.248Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.249Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.250Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:20:55.250Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.250Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.250Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-26T11:20:55.250Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:20:55.251Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.252Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.253Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.253Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.253Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.253Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:eec1a4b0-116e-4bef-9615-782e142d2e23
Model Version:NULL
Model InvariantUuid:d82141e0-db9c-4064-ac2b-90ffa25d00f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:70a8cf94-49b7-427c-a199-c7a9d918f8fc
Model UUID:81a296a9-a88b-44b5-b5d3-2a8b51e94520
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:48d41a0d-231f-4e19-9454-79863d1f2cac
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-26T11:20:55.262Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 3c6b63f6-42be-462c-be9f-e386722666e3
2023-02-26T11:20:55.262Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||No resources found for Service: eec1a4b0-116e-4bef-9615-782e142d2e23
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-26T11:20:55.268Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||
2023-02-26T11:20:55.268Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-26T11:20:55.270Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||No resources found for Service: eec1a4b0-116e-4bef-9615-782e142d2e23
2023-02-26T11:20:55.270Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: eec1a4b0-116e-4bef-9615-782e142d2e23
2023-02-26T11:20:55.270Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-26T11:20:55.270Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:20:55.277Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6319bf76, org.onap.sdc.toscaparser.api.parameters.Input@7a196cbf, org.onap.sdc.toscaparser.api.parameters.Input@44d5f94d, org.onap.sdc.toscaparser.api.parameters.Input@2627c19e, org.onap.sdc.toscaparser.api.parameters.Input@8eb2823]
2023-02-26T11:20:55.278Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.279Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.279Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.279Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.279Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid eec1a4b0-116e-4bef-9615-782e142d2e23: Generic NeutronNet
2023-02-26T11:20:55.279Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.280Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.280Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.280Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-26T11:20:55.327Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.328Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.328Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.328Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.329Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:20:55.329Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:20:55.329Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-26T11:20:55.433Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-26T11:20:55.433Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-26T11:20:55.433Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-26T11:20:55.433Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:20:55.434Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:20:55.434Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:20:55.434Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410455433,
  "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-26T11:20:56.435Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:20:56.448Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
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-26T11:20:56.451Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:20:56.451Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:20:56.451Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:21:26.451Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:21:26.467Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
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-26T11:21:26.475Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:21:26.475Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:21:26.475Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:21:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:21:32.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:21:32.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410449881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:21:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:21:56.476Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:21:56.491Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
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-26T11:21:56.493Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:21:56.494Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:21:56.494Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:22:26.494Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:22:26.507Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
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-26T11:22:26.510Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:22:26.510Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:22:26.510Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:22:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:22:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410449843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410448317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410430263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410420942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410449881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410449843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410448317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410454441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410453546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410453631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410454083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410455457,
  "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-26T11:22:32.073Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15602a23-6eab-4a9f-b91b-e8f318328177
2023-02-26T11:22:32.074Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15602a23-6eab-4a9f-b91b-e8f318328177 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-26T11:22:32.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410454638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410455433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410455640,
  "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-26T11:22:32.103Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15602a23-6eab-4a9f-b91b-e8f318328177
2023-02-26T11:22:32.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15602a23-6eab-4a9f-b91b-e8f318328177 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-26T11:22:32.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410456840,
  "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-26T11:22:32.122Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15602a23-6eab-4a9f-b91b-e8f318328177
2023-02-26T11:22:32.122Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15602a23-6eab-4a9f-b91b-e8f318328177 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-26T11:22:32.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.135Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410459105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410459105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.137Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.139Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.139Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.141Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410461414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.143Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.145Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.146Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.146Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.147Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410465623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.150Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410466629,
  "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-26T11:22:32.158Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15602a23-6eab-4a9f-b91b-e8f318328177
2023-02-26T11:22:32.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15602a23-6eab-4a9f-b91b-e8f318328177 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-26T11:22:32.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410456643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410456460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410467580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410468511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410468584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410469520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-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-26T11:22:32.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0344a47d-cff7-4413-ad33-8e91da59ba95
2023-02-26T11:22:32.206Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0344a47d-cff7-4413-ad33-8e91da59ba95 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-26T11:22:32.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410469586,
  "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-26T11:22:32.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0344a47d-cff7-4413-ad33-8e91da59ba95
2023-02-26T11:22:32.228Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0344a47d-cff7-4413-ad33-8e91da59ba95 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-26T11:22:32.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.241Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.243Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.244Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410478318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:22:32.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410487103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410489141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.246Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.246Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410490149,
  "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-26T11:22:32.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0344a47d-cff7-4413-ad33-8e91da59ba95
2023-02-26T11:22:32.253Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0344a47d-cff7-4413-ad33-8e91da59ba95 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-26T11:22:32.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.262Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:32.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:22:32.263Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:22:32.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:22:56.510Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:22:56.525Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177
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-26T11:22:56.528Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:22:56.529Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:22:56.529Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:22:56.529Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:22:56.529Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:22:56.530Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:22:56.530Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:22:56.530Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:22:56.530Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:22:56.530Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:22:56.543Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:23:26.543Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15602a23-6eab-4a9f-b91b-e8f318328177 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-26T11:23:26.552Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15602a23-6eab-4a9f-b91b-e8f318328177 and serviceModelVersionId: eec1a4b0-116e-4bef-9615-782e142d2e23
2023-02-26T11:23:26.552Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d82141e0-db9c-4064-ac2b-90ffa25d00f3
2023-02-26T11:23:26.553Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0
2023-02-26T11:23:26.557Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:23:26.613Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0|INFO|500||Invoke
2023-02-26T11:23:26.614Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15602a23-6eab-4a9f-b91b-e8f318328177], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec4b19f3-bbde-43e2-92f8-bd7a818d1f66], X-ECOMP-RequestID=[15602a23-6eab-4a9f-b91b-e8f318328177], X-TransactionId=[], X-ONAP-RequestID=[15602a23-6eab-4a9f-b91b-e8f318328177], Content-Type=[application/merge-patch+json]}
2023-02-26T11:23:26.621Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:23:26.760Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?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/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:23:25 GMT], content-length=[0], vertex-id=[200832], x-aai-txid=[0-aai-resources-230226-11:23:25:555-31391], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:23:26.761Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:23:26.761Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d82141e0-db9c-4064-ac2b-90ffa25d00f3/model-vers/model-ver/eec1a4b0-116e-4bef-9615-782e142d2e23?depth=0|INFO|500||InvokeReturn
2023-02-26T11:23:26.762Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:23:26.762Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:23:26.768Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:23:26.768Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15602a23-6eab-4a9f-b91b-e8f318328177 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:23:26.769Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:23:26.769Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:26.769Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:26.769Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410606769,
  "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-26T11:23:27.785Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:23:27.790Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:23:27.790Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"0344a47d-cff7-4413-ad33-8e91da59ba95","serviceName":"Demo_pNF_JnfbXslv0WEXPMsv3guQ","serviceVersion":"1.0","serviceUUID":"df8c3559-8efc-4aee-bb3d-72cbf801acc5","serviceDescription":"catalog service description","serviceInvariantUUID":"ee16fc7d-474a-444e-9308-fabcd82bd5b1","resources":[{"resourceInstanceName":"pNF 828d5696-8ffa 0","resourceName":"pNF 828d5696-8ffa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60b28f38-7e23-4c8f-b38b-eaedb7acd4ec","resourceInvariantUUID":"03dfaf76-eba1-452b-baf2-c640589cc146","resourceCustomizationUUID":"dfd60aa1-62f0-4ccb-863b-d0d7b307bbea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml","artifactChecksum":"YzA2MjE1MDJjYTZkMGMwNzg4MzA5MjdiYjc3ZjE3Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8098b6bb-a1f1-45cc-923d-a30c80ef5b6b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar","artifactChecksum":"M2JiZDM4ZTI1MzEzMjEyZWNiZWFmZDZjNzRmYzBmZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be5af50d-aa08-43ef-ba22-d33bf494626f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cbd6856-27a0-4f20-937f-0a562c6a266c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml","artifactChecksum":"MjM5ZDM3Y2Q3NTEzMmU4ZTJlOTJjMzJkN2E3OGQyODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7aaa3037-71c0-4695-80fb-fd95926d74b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07bac6d2-69b4-4d10-a080-7eece3630242","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb256270-6255-4144-a1cb-d3bc9d26165c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml","artifactChecksum":"MzkwY2E3ODFiMjNhMTg3NmE0ZjEwOWQwMWUzODUxOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62d24edf-e2ad-4bf3-bc1b-5d35ec1b5275","artifactVersion":"1"},{"artifactName":"service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar","artifactChecksum":"YTdkNWNhNGY0YjI4MzVlZjI4MDUyZjhlZWRmMDZiMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c1f95b6-07ad-425e-a729-d7622e0efd22","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:23:27.794Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:27.795Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:27.795Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:27.795Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:28.796Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:28.796Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:28.797Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:28.797Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:29.797Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:29.798Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:29.798Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:29.798Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:30.801Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:30.802Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:30.802Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:30.802Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:31.803Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:31.804Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:31.804Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:31.804Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:32.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410489102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410497405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410502950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:23:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410503955,
  "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-26T11:23:32.062Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0344a47d-cff7-4413-ad33-8e91da59ba95
2023-02-26T11:23:32.062Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0344a47d-cff7-4413-ad33-8e91da59ba95 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-26T11:23:32.805Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:32.806Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:32.806Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:32.806Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:33.808Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:33.809Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:33.809Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:33.809Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:34.810Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:23:34.811Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:34.811Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:34.811Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:35.812Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "serviceName": "Demo_pNF_JnfbXslv0WEXPMsv3guQ",
  "serviceVersion": "1.0",
  "serviceUUID": "df8c3559-8efc-4aee-bb3d-72cbf801acc5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ee16fc7d-474a-444e-9308-fabcd82bd5b1",
  "resources": [
    {
      "resourceInstanceName": "pNF 828d5696-8ffa 0",
      "resourceCustomizationUUID": "dfd60aa1-62f0-4ccb-863b-d0d7b307bbea",
      "resourceName": "pNF 828d5696-8ffa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "60b28f38-7e23-4c8f-b38b-eaedb7acd4ec",
      "resourceInvariantUUID": "03dfaf76-eba1-452b-baf2-c640589cc146",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
      "artifactChecksum": "YTdkNWNhNGY0YjI4MzVlZjI4MDUyZjhlZWRmMDZiMWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c1f95b6-07ad-425e-a729-d7622e0efd22"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:23:35.813Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:23:35.813Z|15602a23-6eab-4a9f-b91b-e8f318328177|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df8c3559-8efc-4aee-bb3d-72cbf801acc5 ASDC
2023-02-26T11:23:35.814Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0344a47d-cff7-4413-ad33-8e91da59ba95
ServiceName:Demo_pNF_JnfbXslv0WEXPMsv3guQ
ServiceVersion:1.0
ServiceUUID:df8c3559-8efc-4aee-bb3d-72cbf801acc5
ServiceInvariantUUID:ee16fc7d-474a-444e-9308-fabcd82bd5b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
ArtifactUUID:9c1f95b6-07ad-425e-a729-d7622e0efd22
ArtifactChecksum:YTdkNWNhNGY0YjI4MzVlZjI4MDUyZjhlZWRmMDZiMWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 828d5696-8ffa 0
ResourceCustomizationUUID:dfd60aa1-62f0-4ccb-863b-d0d7b307bbea
ResourceInvariantUUID:03dfaf76-eba1-452b-baf2-c640589cc146
ResourceName:pNF 828d5696-8ffa
ResourceType:PNF
ResourceUUID:60b28f38-7e23-4c8f-b38b-eaedb7acd4ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-26T11:23:35.814Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df8c3559-8efc-4aee-bb3d-72cbf801acc5 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-26T11:23:35.871Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:23:35.872Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:23:35.872Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:23:35.872Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c1f95b6-07ad-425e-a729-d7622e0efd22 from URL: /sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:35.873Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:23:35.873Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:36.068Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:23:36.073Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar 9c1f95b6-07ad-425e-a729-d7622e0efd22 88016
2023-02-26T11:23:36.074Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar ASDC sendASDCNotification
2023-02-26T11:23:36.074Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:36.074Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:23:36.075Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:36.075Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:36.075Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410616074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:37.076Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:23:37.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:23:37.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c1f95b6-07ad-425e-a729-d7622e0efd22, URL: /sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar to file: /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:37.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:37.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:37.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:37.199Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16643042295221670583/Definitions/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml
2023-02-26T11:23:38.075Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:23:38.076Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:23:38.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-26T11:23:38.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 828d5696-8ffa 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-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.077Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.078Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.079Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:23:38.079Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.079Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.079Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Node template pNF 828d5696-8ffa 0 is matching search criteria
2023-02-26T11:23:38.080Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:23:38.080Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 828d5696-8ffa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:23:38.080Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.081Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.081Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Node template pNF 828d5696-8ffa 0 is matching search criteria
2023-02-26T11:23:38.081Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:23:38.081Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 828d5696-8ffa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:23:38.082Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.082Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.082Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.082Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.083Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.083Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.083Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.083Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.084Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.084Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.084Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JnfbXslv0WEXPMsv3guQ
Description:catalog service description
Model UUID:df8c3559-8efc-4aee-bb3d-72cbf801acc5
Model Version:NULL
Model InvariantUuid:ee16fc7d-474a-444e-9308-fabcd82bd5b1
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-26T11:23:38.094Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60b28f38-7e23-4c8f-b38b-eaedb7acd4ec
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-26T11:23:38.098Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||pNF 828d5696-8ffa 0
2023-02-26T11:23:38.098Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60b28f38-7e23-4c8f-b38b-eaedb7acd4ec
2023-02-26T11:23:38.098Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||No resources found for Service: df8c3559-8efc-4aee-bb3d-72cbf801acc5
2023-02-26T11:23:38.098Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: df8c3559-8efc-4aee-bb3d-72cbf801acc5
2023-02-26T11:23:38.098Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 828d5696-8ffa 0 60b28f38-7e23-4c8f-b38b-eaedb7acd4ec 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-26T11:23:38.105Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67539835, org.onap.sdc.toscaparser.api.parameters.Input@7c36f159, org.onap.sdc.toscaparser.api.parameters.Input@45ec261d, org.onap.sdc.toscaparser.api.parameters.Input@2b7b074d, org.onap.sdc.toscaparser.api.parameters.Input@5012b027]
2023-02-26T11:23:38.105Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.106Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.107Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid df8c3559-8efc-4aee-bb3d-72cbf801acc5: pNF 828d5696-8ffa
2023-02-26T11:23:38.107Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Processing PNF resource: 60b28f38-7e23-4c8f-b38b-eaedb7acd4ec
2023-02-26T11:23:38.108Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:23:38.108Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JnfbXslv0WEXPMsv3guQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:23:38.108Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Resource customization UUID: dfd60aa1-62f0-4ccb-863b-d0d7b307bbea is the same as notified resource customizationUUID: dfd60aa1-62f0-4ccb-863b-d0d7b307bbea
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-26T11:23:38.174Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 828d5696-8ffa 60b28f38-7e23-4c8f-b38b-eaedb7acd4ec 0 ASDC deployResourceStructure
2023-02-26T11:23:38.175Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar ASDC sendASDCNotification
2023-02-26T11:23:38.175Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar
2023-02-26T11:23:38.175Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:23:38.176Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:23:38.176Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:23:38.176Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410618175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:23:39.177Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0344a47d-cff7-4413-ad33-8e91da59ba95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:23:39.188Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0344a47d-cff7-4413-ad33-8e91da59ba95
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-26T11:23:39.191Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:23:39.192Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:23:39.192Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:23:39.193Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:23:39.193Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:23:39.193Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:23:39.194Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:23:39.194Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:23:39.194Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:23:39.194Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:23:39.200Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:24:09.200Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0344a47d-cff7-4413-ad33-8e91da59ba95 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-26T11:24:09.208Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0344a47d-cff7-4413-ad33-8e91da59ba95 and serviceModelVersionId: df8c3559-8efc-4aee-bb3d-72cbf801acc5
2023-02-26T11:24:09.209Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee16fc7d-474a-444e-9308-fabcd82bd5b1
2023-02-26T11:24:09.210Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0
2023-02-26T11:24:09.214Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:24:09.272Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0|INFO|500||Invoke
2023-02-26T11:24:09.272Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0344a47d-cff7-4413-ad33-8e91da59ba95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b95c057d-6bb6-467b-a3b5-b71fb044d641], X-ECOMP-RequestID=[0344a47d-cff7-4413-ad33-8e91da59ba95], X-TransactionId=[], X-ONAP-RequestID=[0344a47d-cff7-4413-ad33-8e91da59ba95], Content-Type=[application/merge-patch+json]}
2023-02-26T11:24:09.278Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:24:09.452Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?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/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:24:08 GMT], content-length=[0], vertex-id=[213088], x-aai-txid=[2-aai-resources-230226-11:24:08:209-51341], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:24:09.453Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:24:09.453Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee16fc7d-474a-444e-9308-fabcd82bd5b1/model-vers/model-ver/df8c3559-8efc-4aee-bb3d-72cbf801acc5?depth=0|INFO|500||InvokeReturn
2023-02-26T11:24:09.455Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:24:09.455Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:24:09.463Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:24:09.464Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0344a47d-cff7-4413-ad33-8e91da59ba95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:24:09.464Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:24:09.464Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:09.465Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:09.465Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410649464,
  "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-26T11:24:10.480Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:24:10.480Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"0b873b5c-beb5-4ad3-a7f4-4bafb770c402","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"575891ca-935b-4fd8-b348-2464c0b7e88a","serviceDescription":"service","serviceInvariantUUID":"2361f5c8-3228-4998-a82d-f78678a3d280","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23a9ac18-7299-476f-b254-2cdacfc8c4a4","resourceInvariantUUID":"e3d749c5-a95d-416b-b76f-3fd09d0ad480","resourceCustomizationUUID":"b138b251-84fd-4453-a46a-e0be476f31d8","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":"MDczODU1MTNhNTY5N2ZkMTc5YTZmY2UxMDEyYmNlNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba60efc0-034c-48fa-86fa-f3748a1c9eec","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":"ODA0NDIzNjdjYTY5OWJmZDQwZDU1MWUyYjdhMTU0NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43acafb9-40f1-4fe7-8bdc-2db8979eb078","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":"95eda579-91dc-4076-8ca2-2b3bae4fc235","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":"429c8038-e68d-4fc9-967c-08d6144c9ba6","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":"ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a","artifactVersion":"2","generatedFromUUID":"95eda579-91dc-4076-8ca2-2b3bae4fc235"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzM3ZmE0YWRkOTc3NTk0OTQxN2EyODkzNDI5NDk1MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50efcfe8-c2ac-4ee5-ac56-50f61042edc6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODg2M2VjMjNlNzQ5YmJhNzU4Yjc4YjE5NmVjYjBjZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cded591-21a7-4075-96eb-f7ac8cd8bab2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:24:10.481Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:10.481Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:10.482Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:10.482Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:11.483Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:11.484Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:11.484Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:11.484Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:12.485Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:12.486Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:12.486Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:12.486Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:13.487Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:13.488Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:13.488Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:13.488Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:14.490Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:14.491Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:14.491Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:14.492Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:15.493Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:15.494Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:15.494Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:15.495Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "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-26T11:24:16.496Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:24:16.497Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:16.497Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:16.497Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:24:17.499Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "575891ca-935b-4fd8-b348-2464c0b7e88a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2361f5c8-3228-4998-a82d-f78678a3d280",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b138b251-84fd-4453-a46a-e0be476f31d8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "23a9ac18-7299-476f-b254-2cdacfc8c4a4",
      "resourceInvariantUUID": "e3d749c5-a95d-416b-b76f-3fd09d0ad480",
      "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": "ODA0NDIzNjdjYTY5OWJmZDQwZDU1MWUyYjdhMTU0NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43acafb9-40f1-4fe7-8bdc-2db8979eb078",
          "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": "95eda579-91dc-4076-8ca2-2b3bae4fc235",
          "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": "ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a",
            "generatedFromUUID": "95eda579-91dc-4076-8ca2-2b3bae4fc235"
          },
          "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": "ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODg2M2VjMjNlNzQ5YmJhNzU4Yjc4YjE5NmVjYjBjZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cded591-21a7-4075-96eb-f7ac8cd8bab2"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:24:17.500Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:24:17.500Z|0344a47d-cff7-4413-ad33-8e91da59ba95|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 575891ca-935b-4fd8-b348-2464c0b7e88a ASDC
2023-02-26T11:24:17.501Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0b873b5c-beb5-4ad3-a7f4-4bafb770c402
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:575891ca-935b-4fd8-b348-2464c0b7e88a
ServiceInvariantUUID:2361f5c8-3228-4998-a82d-f78678a3d280
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:4cded591-21a7-4075-96eb-f7ac8cd8bab2
ArtifactChecksum:ODg2M2VjMjNlNzQ5YmJhNzU4Yjc4YjE5NmVjYjBjZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b138b251-84fd-4453-a46a-e0be476f31d8
ResourceInvariantUUID:e3d749c5-a95d-416b-b76f-3fd09d0ad480
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:23a9ac18-7299-476f-b254-2cdacfc8c4a4
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:43acafb9-40f1-4fe7-8bdc-2db8979eb078
ArtifactChecksum:ODA0NDIzNjdjYTY5OWJmZDQwZDU1MWUyYjdhMTU0NGQ=
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:95eda579-91dc-4076-8ca2-2b3bae4fc235
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:ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a
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:ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-26T11:24:17.501Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 575891ca-935b-4fd8-b348-2464c0b7e88a 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-26T11:24:17.542Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:24:17.543Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:24:17.543Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:24:17.544Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4cded591-21a7-4075-96eb-f7ac8cd8bab2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-26T11:24:17.544Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:24:17.544Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-26T11:24:17.642Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:24:17.647Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4cded591-21a7-4075-96eb-f7ac8cd8bab2 75193
2023-02-26T11:24:17.647Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-26T11:24:17.647Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-26T11:24:17.648Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:24:17.648Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:17.648Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:17.649Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410657647,
  "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-26T11:24:18.650Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:24:18.651Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:24:18.651Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4cded591-21a7-4075-96eb-f7ac8cd8bab2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:18.651Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-26T11:24:18.652Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:18.652Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:18.798Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10989099531191547436/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-26T11:24:20.226Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:24:20.226Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:24:20.226Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.228Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-26T11:24:20.228Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:24:20.228Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:20.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:24:20.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:24:20.230Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.230Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.230Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:20.230Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:24:20.230Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:24:20.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-26T11:24:20.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-26T11:24:20.232Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-26T11:24:20.232Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-26T11:24:20.232Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:24:20.232Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-26T11:24:20.232Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.233Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:24:20.233Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.233Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:20.233Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:20.234Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.234Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:20.234Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:20.234Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.235Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:20.235Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:20.235Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.235Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-26T11:24:20.236Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-26T11:24:20.236Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:24:20.236Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f547894-a0cc-40a7-b925-734e05098697
2023-02-26T11:24:20.236Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.236Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.237Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.237Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.237Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.238Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.238Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:20.238Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:20.238Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:575891ca-935b-4fd8-b348-2464c0b7e88a
Model Version:NULL
Model InvariantUuid:2361f5c8-3228-4998-a82d-f78678a3d280
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7d72598c-ffed-4a1f-8880-c875ccb5cd21
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3d749c5-a95d-416b-b76f-3fd09d0ad480
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b138b251-84fd-4453-a46a-e0be476f31d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd120c8f-7f89-40d7-ab85-5d86873a040b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4f348d9c-44a9-4b4e-9687-299f5c235e0c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f547894-a0cc-40a7-b925-734e05098697
ModelInvariantUuid:ef45d48e-7a28-4116-bda2-20c340e62aa8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1bc14ef5-4745-42e8-9d8d-d461b2a82592
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:902f007a-13b9-4211-bbba-16ebb8e76b02
ModelInvariantUuid:117d82b3-6f60-4122-93a1-50173381f72d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:66ca0308-f719-4a87-aa52-47f98f986757
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-26T11:24:20.250Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 23a9ac18-7299-476f-b254-2cdacfc8c4a4
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-26T11:24:20.254Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-02-26T11:24:20.254Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23a9ac18-7299-476f-b254-2cdacfc8c4a4
2023-02-26T11:24:20.254Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 43acafb9-40f1-4fe7-8bdc-2db8979eb078 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-26T11:24:20.254Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:24:20.255Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-26T11:24:20.456Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:24:20.457Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 43acafb9-40f1-4fe7-8bdc-2db8979eb078 787
2023-02-26T11:24:20.457Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-26T11:24:20.457Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-26T11:24:20.458Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:24:20.458Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:20.458Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:20.458Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410660457,
  "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-26T11:24:21.459Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd120c8f-7f89-40d7-ab85-5d86873a040b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f348d9c-44a9-4b4e-9687-299f5c235e0c",
    "vfModuleModelCustomizationUUID": "52f84d31-236b-4be4-84ef-cee56de19cbd",
    "isBase": true,
    "artifacts": [
      "95eda579-91dc-4076-8ca2-2b3bae4fc235",
      "ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a"
    ],
    "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-26T11:24:21.464Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f348d9c-44a9-4b4e-9687-299f5c235e0c
VfModuleModelInvariantUUID:dd120c8f-7f89-40d7-ab85-5d86873a040b
VfModuleModelDescription:NULL
Artifacts UUID List:{
95eda579-91dc-4076-8ca2-2b3bae4fc235
,
ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a

}
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-26T11:24:21.466Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd120c8f-7f89-40d7-ab85-5d86873a040b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f348d9c-44a9-4b4e-9687-299f5c235e0c",
    "vfModuleModelCustomizationUUID": "52f84d31-236b-4be4-84ef-cee56de19cbd",
    "isBase": true,
    "artifacts": [
      "95eda579-91dc-4076-8ca2-2b3bae4fc235",
      "ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a"
    ],
    "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-26T11:24:21.466Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f348d9c-44a9-4b4e-9687-299f5c235e0c
VfModuleModelInvariantUUID:dd120c8f-7f89-40d7-ab85-5d86873a040b
VfModuleModelDescription:NULL
Artifacts UUID List:{
95eda579-91dc-4076-8ca2-2b3bae4fc235
,
ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a

}
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-26T11:24:21.466Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 95eda579-91dc-4076-8ca2-2b3bae4fc235 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-26T11:24:21.466Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:24:21.467Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-26T11:24:21.625Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:24:21.626Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 95eda579-91dc-4076-8ca2-2b3bae4fc235 5033
2023-02-26T11:24:21.627Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-26T11:24:21.627Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-26T11:24:21.628Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:24:21.628Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:21.628Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:21.628Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410661627,
  "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-26T11:24:22.629Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-26T11:24:22.630Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:24:22.630Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-26T11:24:22.768Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:24:22.769Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ad8b3725-6f3b-4be0-9f7e-6b044df7ed0a 903
2023-02-26T11:24:22.770Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-26T11:24:22.770Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-26T11:24:22.770Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:24:22.770Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:22.770Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:22.771Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410662769,
  "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-26T11:24:23.772Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 575891ca-935b-4fd8-b348-2464c0b7e88a
2023-02-26T11:24:23.772Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 23a9ac18-7299-476f-b254-2cdacfc8c4a4 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-26T11:24:23.786Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6104ea9b, org.onap.sdc.toscaparser.api.parameters.Input@59253fc, org.onap.sdc.toscaparser.api.parameters.Input@67efc857, org.onap.sdc.toscaparser.api.parameters.Input@6a5af3b6, org.onap.sdc.toscaparser.api.parameters.Input@2c4c8c54]
2023-02-26T11:24:23.787Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.788Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.788Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-26T11:24:23.788Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b138b251-84fd-4453-a46a-e0be476f31d8
2023-02-26T11:24:23.788Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b138b251-84fd-4453-a46a-e0be476f31d8 matches Tosca VF Customization UUID: b138b251-84fd-4453-a46a-e0be476f31d8
2023-02-26T11:24:23.788Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b138b251-84fd-4453-a46a-e0be476f31d8  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-26T11:24:23.794Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.795Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.796Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b138b251-84fd-4453-a46a-e0be476f31d8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-26T11:24:23.796Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f987d76
2023-02-26T11:24:23.796Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.796Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:24:23.797Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52f84d31-236b-4be4-84ef-cee56de19cbd
2023-02-26T11:24:23.797Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52f84d31-236b-4be4-84ef-cee56de19cbd
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-26T11:24:23.800Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.800Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:23.801Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:23.801Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.801Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:23.801Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:23.802Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.802Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-26T11:24:23.802Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-26T11:24:23.803Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:24:23.803Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f547894-a0cc-40a7-b925-734e05098697
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-26T11:24:23.806Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.806Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:23.806Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:24:23.807Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.807Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-26T11:24:23.807Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b138b251-84fd-4453-a46a-e0be476f31d8
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-26T11:24:23.809Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.810Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.810Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 575891ca-935b-4fd8-b348-2464c0b7e88a: basic_vm
2023-02-26T11:24:23.810Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.810Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.811Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.811Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.811Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.811Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.811Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.812Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.812Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:24:23.812Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:24:23.812Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-26T11:24:23.928Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 23a9ac18-7299-476f-b254-2cdacfc8c4a4 1 ASDC deployResourceStructure
2023-02-26T11:24:23.929Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-26T11:24:23.929Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-26T11:24:23.929Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:24:23.930Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:23.930Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:23.930Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410663929,
  "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-26T11:24:24.932Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-26T11:24:24.932Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-26T11:24:24.933Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:24:24.933Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:24.933Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:24.933Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410664931,
  "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-26T11:24:25.935Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-26T11:24:25.935Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-26T11:24:25.936Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:24:25.936Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:25.937Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:25.937Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410665934,
  "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-26T11:24:26.938Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-26T11:24:26.939Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-26T11:24:26.939Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:24:26.939Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:24:26.939Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:24:26.939Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410666938,
  "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-26T11:24:27.940Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:24:27.952Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
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-26T11:24:27.954Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:24:27.954Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:24:27.954Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:24:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:24:32.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410560592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410555933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410549102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410530527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410572853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410570473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410572048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410572950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677410573876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:24:32.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
2023-02-26T11:24:32.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 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-26T11:24:32.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.087Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410573053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:24:32.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410571913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677410574056,
  "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-26T11:24:32.095Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
2023-02-26T11:24:32.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 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-26T11:24:32.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410573130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410568317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:24:32.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410574155,
  "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-26T11:24:32.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
2023-02-26T11:24:32.115Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-26T11:24:32.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410576540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:24:32.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.139Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677410575157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:24:32.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410579162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:24:32.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.140Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677410580168,
  "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-26T11:24:32.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
2023-02-26T11:24:32.154Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 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-26T11:24:32.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410581549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:24:32.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "aai-model-loader",
  "timestamp": 1677410582561,
  "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-26T11:24:32.179Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
2023-02-26T11:24:32.180Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 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-26T11:24:32.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "15602a23-6eab-4a9f-b91b-e8f318328177",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410606769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:24:32.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:24:32.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:24:32.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:24:57.955Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:24:57.973Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402
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-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:24:57.984Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:24:57.985Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:24:57.985Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:24:57.985Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:24:57.985Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:24:57.992Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:25:27.993Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 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-26T11:25:28.001Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 and serviceModelVersionId: 575891ca-935b-4fd8-b348-2464c0b7e88a
2023-02-26T11:25:28.002Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2361f5c8-3228-4998-a82d-f78678a3d280
2023-02-26T11:25:28.003Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0
2023-02-26T11:25:28.009Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:25:28.072Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0|INFO|500||Invoke
2023-02-26T11:25:28.073Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b873b5c-beb5-4ad3-a7f4-4bafb770c402], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d17efad5-5b2c-4da5-9124-b6b9e45c15c6], X-ECOMP-RequestID=[0b873b5c-beb5-4ad3-a7f4-4bafb770c402], X-TransactionId=[], X-ONAP-RequestID=[0b873b5c-beb5-4ad3-a7f4-4bafb770c402], Content-Type=[application/merge-patch+json]}
2023-02-26T11:25:28.080Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:25:28.188Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?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/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:25:27 GMT], content-length=[0], vertex-id=[467160], x-aai-txid=[0-aai-resources-230226-11:25:27:008-57156], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:25:28.189Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:25:28.189Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2361f5c8-3228-4998-a82d-f78678a3d280/model-vers/model-ver/575891ca-935b-4fd8-b348-2464c0b7e88a?depth=0|INFO|500||InvokeReturn
2023-02-26T11:25:28.191Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:25:28.191Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:25:28.197Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:25:28.198Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b873b5c-beb5-4ad3-a7f4-4bafb770c402 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:25:28.198Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:25:28.199Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:25:28.199Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:25:28.199Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410728198,
  "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-26T11:25:29.218Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:25:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:25:32.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/resourceInstances/pnf828d56968ffa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:25:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:25:32.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410616074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410618175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJnfbxslv0wexpmsv3guq/1.0/artifacts/service-DemoPnfJnfbxslv0wexpmsv3guq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0344a47d-cff7-4413-ad33-8e91da59ba95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410649464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410607785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410657647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410660457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410661627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:25:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410662769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410663929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:25:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410664931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410665934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-26T11:25:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:25:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:25:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410666938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:25:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:26:29.220Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:26:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:26:32.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:26:32.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b873b5c-beb5-4ad3-a7f4-4bafb770c402",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677410728198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:26:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:27:29.222Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:27:32.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:28:29.224Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:28:32.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:29:29.225Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:29:32.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:30:29.226Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:30:32.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:31:29.227Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:31:32.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:32:29.228Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:32:32.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:33:29.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:33:32.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:34:29.229Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:34:32.058Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:35:29.231Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:35:32.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:35:47.459Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:35:47.459Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e82e14a1-cff5-4147-a439-755f84d7d630","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ceb0e096-9900-4e45-8a08-fa0c528329ed","serviceDescription":"service","serviceInvariantUUID":"4de78663-7bc8-4e5d-b1a2-9035d54d8eab","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e2b6c9e-29fe-4b09-a821-88a82af7124e","resourceInvariantUUID":"e28c69c1-ba6d-444e-9ed1-0bd1a8f43940","resourceCustomizationUUID":"c6dbd407-6991-43e7-9831-f3520a082272","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":"ZmRmMTVhNmI3NDRkYzYwYjI1NmRlOTViZTU1N2MwYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4045767f-c9e7-4914-a8d1-e0586a001763","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":"NWYzNzZlMzljMmJjZGFmYmMwYzdlNDU2MDNkOWM1ZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c788563-b86e-43fa-aec6-f85840f0e7f3","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":"f9578cf8-7cff-4028-9330-d0bfc6aa9f20","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":"8b235b51-4d02-4418-9e7a-cf45e7dec73f","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":"99800de5-5c78-4b34-9d9d-2d4c0fbfd008","artifactVersion":"2","generatedFromUUID":"737f8ae6-0e72-43ae-9910-2a47fa946e9b"},{"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":"e996144c-39f1-4e14-867a-09a4b0a2fadd","artifactVersion":"2","generatedFromUUID":"f9578cf8-7cff-4028-9330-d0bfc6aa9f20"},{"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":"737f8ae6-0e72-43ae-9910-2a47fa946e9b","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":"4d6fd23e-38d7-4dd7-8e9e-127cb92c3207","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":"MDQ4YWM1NzIxM2RiOTc3NWI1YmQ1ODMyNGVjYzVjMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46f2574e-5dab-417e-83ca-1db433432ae7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDJkOTMyYTgxMTcyNWZjMzk1YWU3ZTRmNDhkNGM3MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adb78fd2-3cee-4725-bc16-3ddc0ef594ba","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:35:47.462Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:47.462Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:47.463Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:47.463Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:47.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:35:47.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:35:47.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:35:47.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:35:47.495Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:35:47.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:35:48.471Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:48.472Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:48.472Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:48.472Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:49.473Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:49.474Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:49.474Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:49.474Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:50.475Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:50.476Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:50.476Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:50.476Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:51.477Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:51.478Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:51.478Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:51.479Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:52.480Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:52.481Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:52.481Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:52.481Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:53.482Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:53.483Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:53.483Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:53.483Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:54.484Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:54.485Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:54.485Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:54.485Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:55.486Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:55.486Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:55.486Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:55.487Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "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-26T11:35:56.487Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:35:56.488Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:56.488Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:56.488Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:35:57.489Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ceb0e096-9900-4e45-8a08-fa0c528329ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4de78663-7bc8-4e5d-b1a2-9035d54d8eab",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c6dbd407-6991-43e7-9831-f3520a082272",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e2b6c9e-29fe-4b09-a821-88a82af7124e",
      "resourceInvariantUUID": "e28c69c1-ba6d-444e-9ed1-0bd1a8f43940",
      "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": "NWYzNzZlMzljMmJjZGFmYmMwYzdlNDU2MDNkOWM1ZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c788563-b86e-43fa-aec6-f85840f0e7f3",
          "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": "f9578cf8-7cff-4028-9330-d0bfc6aa9f20",
          "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": "e996144c-39f1-4e14-867a-09a4b0a2fadd",
            "generatedFromUUID": "f9578cf8-7cff-4028-9330-d0bfc6aa9f20"
          },
          "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": "99800de5-5c78-4b34-9d9d-2d4c0fbfd008",
          "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": "e996144c-39f1-4e14-867a-09a4b0a2fadd",
          "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": "737f8ae6-0e72-43ae-9910-2a47fa946e9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDJkOTMyYTgxMTcyNWZjMzk1YWU3ZTRmNDhkNGM3MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "adb78fd2-3cee-4725-bc16-3ddc0ef594ba"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:35:57.490Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:35:57.490Z|0b873b5c-beb5-4ad3-a7f4-4bafb770c402|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ceb0e096-9900-4e45-8a08-fa0c528329ed ASDC
2023-02-26T11:35:57.491Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e82e14a1-cff5-4147-a439-755f84d7d630
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ceb0e096-9900-4e45-8a08-fa0c528329ed
ServiceInvariantUUID:4de78663-7bc8-4e5d-b1a2-9035d54d8eab
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:adb78fd2-3cee-4725-bc16-3ddc0ef594ba
ArtifactChecksum:NDJkOTMyYTgxMTcyNWZjMzk1YWU3ZTRmNDhkNGM3MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c6dbd407-6991-43e7-9831-f3520a082272
ResourceInvariantUUID:e28c69c1-ba6d-444e-9ed1-0bd1a8f43940
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:6e2b6c9e-29fe-4b09-a821-88a82af7124e
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:1c788563-b86e-43fa-aec6-f85840f0e7f3
ArtifactChecksum:NWYzNzZlMzljMmJjZGFmYmMwYzdlNDU2MDNkOWM1ZTM=
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:f9578cf8-7cff-4028-9330-d0bfc6aa9f20
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:e996144c-39f1-4e14-867a-09a4b0a2fadd
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:99800de5-5c78-4b34-9d9d-2d4c0fbfd008
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:e996144c-39f1-4e14-867a-09a4b0a2fadd
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:737f8ae6-0e72-43ae-9910-2a47fa946e9b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-26T11:35:57.491Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ceb0e096-9900-4e45-8a08-fa0c528329ed 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-26T11:35:57.537Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:35:57.538Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:35:57.538Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:35:57.539Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: adb78fd2-3cee-4725-bc16-3ddc0ef594ba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-26T11:35:57.539Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:35:57.539Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-26T11:35:57.748Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:35:57.758Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar adb78fd2-3cee-4725-bc16-3ddc0ef594ba 163291
2023-02-26T11:35:57.758Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:35:57.759Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:35:57.759Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:35:57.759Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:35:57.759Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:35:57.759Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411357758,
  "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-26T11:35:58.760Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:35:58.761Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:35:58.762Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: adb78fd2-3cee-4725-bc16-3ddc0ef594ba, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-26T11:35:58.762Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-26T11:35:58.763Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-26T11:35:58.763Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-26T11:35:58.931Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP227727691723613402/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-26T11:36:00.294Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.295Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.296Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:36:00.296Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.296Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.296Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.297Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:36:00.297Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:36:00.297Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.297Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.297Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.298Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:36:00.298Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:36:00.298Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.298Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.299Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.299Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-26T11:36:00.299Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-26T11:36:00.299Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.300Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:00.301Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.301Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.301Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:00.301Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.301Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.302Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-26T11:36:00.303Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-26T11:36:00.303Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bebb931f-dda8-4e4d-b9b9-effd610886bd
2023-02-26T11:36:00.303Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.304Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:00.305Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:00.305Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ceb0e096-9900-4e45-8a08-fa0c528329ed
Model Version:NULL
Model InvariantUuid:4de78663-7bc8-4e5d-b1a2-9035d54d8eab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:532199cb-7010-4d45-a226-9a694c54f512
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e28c69c1-ba6d-444e-9ed1-0bd1a8f43940
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c6dbd407-6991-43e7-9831-f3520a082272
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f96ccccf-2040-4150-9ad7-5ecf48270fe9
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:caf4569f-01bf-49cd-b35e-531bf04373ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:386021d0-96ab-447e-8c33-5fc271ce7af4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8e4824f6-09e5-40c6-b246-8feb9a2faedf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bebb931f-dda8-4e4d-b9b9-effd610886bd
ModelInvariantUuid:a5d8f0dd-35ea-42d2-b866-91dd27accdf0
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9035e172-fa94-4c7a-9913-04f50136d1b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:75e70e97-a624-46dc-8236-d68e7c32618c
ModelInvariantUuid:27792c44-2534-4e2c-92cf-c230283d3252
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d1e9e5c0-ba25-4fd9-99c9-f5f2ef3149df
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-26T11:36:00.319Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e2b6c9e-29fe-4b09-a821-88a82af7124e
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-26T11:36:00.327Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-02-26T11:36:00.327Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e2b6c9e-29fe-4b09-a821-88a82af7124e
2023-02-26T11:36:00.328Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c788563-b86e-43fa-aec6-f85840f0e7f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-26T11:36:00.328Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:36:00.328Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.447Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:36:00.448Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1c788563-b86e-43fa-aec6-f85840f0e7f3 1565
2023-02-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:00.449Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411360448,
  "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-26T11:36:01.450Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "386021d0-96ab-447e-8c33-5fc271ce7af4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e4824f6-09e5-40c6-b246-8feb9a2faedf",
    "vfModuleModelCustomizationUUID": "cc93a7be-fa7a-46e1-9668-f189fe1b402d",
    "isBase": true,
    "artifacts": [
      "f9578cf8-7cff-4028-9330-d0bfc6aa9f20",
      "e996144c-39f1-4e14-867a-09a4b0a2fadd"
    ],
    "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": "f96ccccf-2040-4150-9ad7-5ecf48270fe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "caf4569f-01bf-49cd-b35e-531bf04373ab",
    "vfModuleModelCustomizationUUID": "1d4b2e8e-90aa-4bf6-9a3f-412ea5c168ef",
    "isBase": false,
    "artifacts": [
      "737f8ae6-0e72-43ae-9910-2a47fa946e9b"
    ],
    "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-26T11:36:01.455Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e4824f6-09e5-40c6-b246-8feb9a2faedf
VfModuleModelInvariantUUID:386021d0-96ab-447e-8c33-5fc271ce7af4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9578cf8-7cff-4028-9330-d0bfc6aa9f20
,
e996144c-39f1-4e14-867a-09a4b0a2fadd

}
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:caf4569f-01bf-49cd-b35e-531bf04373ab
VfModuleModelInvariantUUID:f96ccccf-2040-4150-9ad7-5ecf48270fe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
737f8ae6-0e72-43ae-9910-2a47fa946e9b

}
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-26T11:36:01.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "386021d0-96ab-447e-8c33-5fc271ce7af4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e4824f6-09e5-40c6-b246-8feb9a2faedf",
    "vfModuleModelCustomizationUUID": "cc93a7be-fa7a-46e1-9668-f189fe1b402d",
    "isBase": true,
    "artifacts": [
      "f9578cf8-7cff-4028-9330-d0bfc6aa9f20",
      "e996144c-39f1-4e14-867a-09a4b0a2fadd"
    ],
    "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": "f96ccccf-2040-4150-9ad7-5ecf48270fe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "caf4569f-01bf-49cd-b35e-531bf04373ab",
    "vfModuleModelCustomizationUUID": "1d4b2e8e-90aa-4bf6-9a3f-412ea5c168ef",
    "isBase": false,
    "artifacts": [
      "737f8ae6-0e72-43ae-9910-2a47fa946e9b"
    ],
    "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-26T11:36:01.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e4824f6-09e5-40c6-b246-8feb9a2faedf
VfModuleModelInvariantUUID:386021d0-96ab-447e-8c33-5fc271ce7af4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9578cf8-7cff-4028-9330-d0bfc6aa9f20
,
e996144c-39f1-4e14-867a-09a4b0a2fadd

}
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:caf4569f-01bf-49cd-b35e-531bf04373ab
VfModuleModelInvariantUUID:f96ccccf-2040-4150-9ad7-5ecf48270fe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
737f8ae6-0e72-43ae-9910-2a47fa946e9b

}
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-26T11:36:01.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9578cf8-7cff-4028-9330-d0bfc6aa9f20 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-26T11:36:01.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:36:01.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:01.602Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:36:01.602Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f9578cf8-7cff-4028-9330-d0bfc6aa9f20 914
2023-02-26T11:36:01.603Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:01.603Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:01.603Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:36:01.604Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:01.604Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:01.604Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411361603,
  "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-26T11:36:02.605Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99800de5-5c78-4b34-9d9d-2d4c0fbfd008 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-26T11:36:02.605Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:36:02.606Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:02.713Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:36:02.714Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 99800de5-5c78-4b34-9d9d-2d4c0fbfd008 12
2023-02-26T11:36:02.714Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:02.714Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:02.714Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:36:02.715Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:02.716Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:02.716Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411362714,
  "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-26T11:36:03.717Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e996144c-39f1-4e14-867a-09a4b0a2fadd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-26T11:36:03.718Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:36:03.718Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:03.791Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:36:03.792Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e996144c-39f1-4e14-867a-09a4b0a2fadd 96
2023-02-26T11:36:03.793Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:03.793Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:03.793Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:36:03.793Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:03.794Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:03.794Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411363793,
  "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-26T11:36:04.795Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 737f8ae6-0e72-43ae-9910-2a47fa946e9b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-26T11:36:04.796Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:36:04.797Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:04.956Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:36:04.960Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 737f8ae6-0e72-43ae-9910-2a47fa946e9b 20206
2023-02-26T11:36:04.961Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:04.961Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:04.962Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:36:04.962Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:04.962Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:04.963Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411364961,
  "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-26T11:36:05.970Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ceb0e096-9900-4e45-8a08-fa0c528329ed
2023-02-26T11:36:05.971Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6e2b6c9e-29fe-4b09-a821-88a82af7124e 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-26T11:36:05.994Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50ae0478, org.onap.sdc.toscaparser.api.parameters.Input@2b21c7d5, org.onap.sdc.toscaparser.api.parameters.Input@625c0608, org.onap.sdc.toscaparser.api.parameters.Input@2c380108, org.onap.sdc.toscaparser.api.parameters.Input@c154d33]
2023-02-26T11:36:05.997Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:05.997Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:05.998Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-26T11:36:05.998Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c6dbd407-6991-43e7-9831-f3520a082272
2023-02-26T11:36:05.998Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c6dbd407-6991-43e7-9831-f3520a082272 matches Tosca VF Customization UUID: c6dbd407-6991-43e7-9831-f3520a082272
2023-02-26T11:36:05.998Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c6dbd407-6991-43e7-9831-f3520a082272  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-26T11:36:06.002Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.003Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.004Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c6dbd407-6991-43e7-9831-f3520a082272: {\"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-26T11:36:06.005Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@471d6751
2023-02-26T11:36:06.005Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.006Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:36:06.007Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d4b2e8e-90aa-4bf6-9a3f-412ea5c168ef
2023-02-26T11:36:06.007Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d4b2e8e-90aa-4bf6-9a3f-412ea5c168ef
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-26T11:36:06.011Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.012Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:06.012Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:06.012Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.013Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:06.013Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:36:06.013Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.014Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-26T11:36:06.014Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c6dbd407-6991-43e7-9831-f3520a082272
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-26T11:36:06.018Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.018Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.018Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ceb0e096-9900-4e45-8a08-fa0c528329ed: basic_cnf_macro
2023-02-26T11:36:06.019Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.019Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.019Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.019Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.020Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.020Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.020Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.020Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.021Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:36:06.021Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:36:06.021Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:06.081Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6e2b6c9e-29fe-4b09-a821-88a82af7124e 2 ASDC deployResourceStructure
2023-02-26T11:36:06.082Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:06.082Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:06.082Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:36:06.083Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:06.083Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:06.083Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411366082,
  "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-26T11:36:07.084Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:07.084Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:07.085Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:36:07.085Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:07.085Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:07.085Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411367084,
  "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-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:08.093Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411368086,
  "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-26T11:36:09.094Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:09.095Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:09.095Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:36:09.095Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:09.096Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:09.096Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411369094,
  "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-26T11:36:10.097Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:10.097Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:10.097Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-26T11:36:10.098Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:10.098Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:10.098Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411370097,
  "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-26T11:36:11.099Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:11.100Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||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-26T11:36:11.100Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:36:11.100Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:36:11.100Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:36:11.101Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411371099,
  "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-26T11:36:12.102Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:36:12.117Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
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-26T11:36:12.119Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:36:12.119Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:36:12.119Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:36:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:36:32.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:36:32.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:36:32.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:36:42.120Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:36:42.137Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
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-26T11:36:42.141Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:36:42.141Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:36:42.141Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:37:12.141Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:37:12.157Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
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-26T11:37:12.159Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:37:12.159Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:37:12.160Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:37:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:37:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411329231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411326182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411325069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411329102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411294948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:37:32.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.082Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411357759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411357758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411356183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411358687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411358702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411348317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411358764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.085Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411357316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411359259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.086Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411359766,
  "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-26T11:37:32.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e82e14a1-cff5-4147-a439-755f84d7d630
2023-02-26T11:37:32.097Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82e14a1-cff5-4147-a439-755f84d7d630 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-26T11:37:32.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411358416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411360448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411359587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411361603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411362117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411363130,
  "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-26T11:37:32.122Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e82e14a1-cff5-4147-a439-755f84d7d630
2023-02-26T11:37:32.123Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82e14a1-cff5-4147-a439-755f84d7d630 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-26T11:37:32.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.146Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411360705,
  "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-26T11:37:32.154Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e82e14a1-cff5-4147-a439-755f84d7d630
2023-02-26T11:37:32.154Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82e14a1-cff5-4147-a439-755f84d7d630 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-26T11:37:32.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411362714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411363123,
  "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-26T11:37:32.174Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e82e14a1-cff5-4147-a439-755f84d7d630
2023-02-26T11:37:32.174Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82e14a1-cff5-4147-a439-755f84d7d630 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-26T11:37:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.189Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411361708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411363793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411364961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:37:32.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411366082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411367874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411367084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.196Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411368877,
  "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-26T11:37:32.203Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e82e14a1-cff5-4147-a439-755f84d7d630
2023-02-26T11:37:32.203Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82e14a1-cff5-4147-a439-755f84d7d630 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-26T11:37:32.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.215Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411368086,
  "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-26T11:37:32.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.216Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411369094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.217Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411370097,
  "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-26T11:37:32.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:32.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:37:32.217Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411371099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:37:32.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:37:42.160Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:37:42.174Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630
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-26T11:37:42.178Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:37:42.178Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:37:42.179Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:37:42.179Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:37:42.179Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:37:42.179Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:37:42.180Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:37:42.180Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:37:42.180Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:37:42.180Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:37:42.192Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:38:12.193Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e82e14a1-cff5-4147-a439-755f84d7d630 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-26T11:38:12.201Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e82e14a1-cff5-4147-a439-755f84d7d630 and serviceModelVersionId: ceb0e096-9900-4e45-8a08-fa0c528329ed
2023-02-26T11:38:12.202Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4de78663-7bc8-4e5d-b1a2-9035d54d8eab
2023-02-26T11:38:12.205Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0
2023-02-26T11:38:12.210Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:38:12.269Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0|INFO|500||Invoke
2023-02-26T11:38:12.270Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e82e14a1-cff5-4147-a439-755f84d7d630], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f6c8dbc-ea4e-4282-b892-fd128ae6dc33], X-ECOMP-RequestID=[e82e14a1-cff5-4147-a439-755f84d7d630], X-TransactionId=[], X-ONAP-RequestID=[e82e14a1-cff5-4147-a439-755f84d7d630], Content-Type=[application/merge-patch+json]}
2023-02-26T11:38:12.278Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:38:12.390Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?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/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:38:11 GMT], content-length=[0], vertex-id=[249920], x-aai-txid=[0-aai-resources-230226-11:38:11:179-74950], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:38:12.390Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:38:12.391Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4de78663-7bc8-4e5d-b1a2-9035d54d8eab/model-vers/model-ver/ceb0e096-9900-4e45-8a08-fa0c528329ed?depth=0|INFO|500||InvokeReturn
2023-02-26T11:38:12.391Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:38:12.391Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:38:12.399Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:38:12.400Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e82e14a1-cff5-4147-a439-755f84d7d630 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:38:12.400Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:38:12.400Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:12.400Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:12.400Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411492400,
  "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-26T11:38:13.458Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:38:13.463Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:38:13.463Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5b400bbc-c715-479c-bf68-ac8e8de120d8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f19aafde-5d7e-440c-b849-88666b07174e","serviceDescription":"service","serviceInvariantUUID":"dd69a3d2-b960-4248-8156-e8793e45d664","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"11611f03-9196-4ba1-aa9b-2f1ef514e2dd","resourceInvariantUUID":"3bf6ac94-359d-4b32-a457-51cea6548a4b","resourceCustomizationUUID":"09982ec0-600b-412d-a397-58c0372002cb","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":"NWZhYTJlZjc0NTI2M2EyMThmNmY5OWRiZmE0ZWE1M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f79bd2c-dc68-4664-a766-c0e9fcc0f747","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":"6e0b54e5-e6b4-4afe-9194-ba448007d3e0","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":"7a324f53-7d0c-48d0-85b1-b3e26c453c6a","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":"MGY2YmI4ZmMzMGU2OGU3MzdlYzFmOWU0NThlYzUyNGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"66ba241c-752c-4e10-8237-f8220cee04b7","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":"8aa2bd20-906a-482b-a42f-f99cf52ee00b","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":"0564cffa-7359-47f8-aeaf-4f8dddc2aa4d","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":"ef8f4ef4-3ec2-4c4c-86dc-173c5fd99d20","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":"NmI2MDZiY2I0ZTM1N2I3Yzc4ZDZhYzBjNjM5MmRmNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"904285d7-5b8a-4910-ba5d-a42e0baa3185","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDg1MGJmOTFlM2UwZGM2ZWZkOWIyNzNhMDYwODBhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:38:13.465Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:13.465Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:13.465Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:13.466Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:14.466Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:14.467Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:14.467Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:14.467Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:15.468Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:15.469Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:15.469Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:15.469Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:16.470Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:16.471Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:16.471Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:16.471Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:17.472Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:17.473Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:17.473Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:17.473Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:18.474Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:18.475Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:18.475Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:18.475Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:19.476Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:19.477Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:19.477Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:19.477Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:20.478Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:20.479Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:20.479Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:20.479Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:38:21.480Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:38:21.480Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:21.480Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:21.481Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:38:22.482Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f19aafde-5d7e-440c-b849-88666b07174e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd69a3d2-b960-4248-8156-e8793e45d664",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "09982ec0-600b-412d-a397-58c0372002cb",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "11611f03-9196-4ba1-aa9b-2f1ef514e2dd",
      "resourceInvariantUUID": "3bf6ac94-359d-4b32-a457-51cea6548a4b",
      "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": "MDg1MGJmOTFlM2UwZGM2ZWZkOWIyNzNhMDYwODBhYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:38:22.483Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:38:22.483Z|e82e14a1-cff5-4147-a439-755f84d7d630|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f19aafde-5d7e-440c-b849-88666b07174e ASDC
2023-02-26T11:38:22.483Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5b400bbc-c715-479c-bf68-ac8e8de120d8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f19aafde-5d7e-440c-b849-88666b07174e
ServiceInvariantUUID:dd69a3d2-b960-4248-8156-e8793e45d664
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:1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f
ArtifactChecksum:MDg1MGJmOTFlM2UwZGM2ZWZkOWIyNzNhMDYwODBhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:09982ec0-600b-412d-a397-58c0372002cb
ResourceInvariantUUID:3bf6ac94-359d-4b32-a457-51cea6548a4b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:11611f03-9196-4ba1-aa9b-2f1ef514e2dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-26T11:38:22.483Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f19aafde-5d7e-440c-b849-88666b07174e 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-26T11:38:22.514Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:38:22.515Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:38:22.515Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:38:22.515Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-26T11:38:22.516Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:38:22.516Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-26T11:38:22.747Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:38:22.756Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f 111091
2023-02-26T11:38:22.757Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||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-26T11:38:22.757Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||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-26T11:38:22.758Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:38:22.758Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:22.759Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:22.759Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411502757,
  "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-26T11:38:23.760Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:38:23.761Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:38:23.762Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1b2ffb93-cdb6-4dfa-bcf1-62980dedf67f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:23.762Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-26T11:38:23.763Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:23.764Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:23.945Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8171731147595911550/Definitions/service-TestPnfMacro-template.yml
2023-02-26T11:38:24.935Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||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-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.936Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-26T11:38:24.937Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:38:24.937Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.937Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.937Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-26T11:38:24.938Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:38:24.938Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:38:24.939Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.939Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.939Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-26T11:38:24.939Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:38:24.939Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:38:24.940Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.940Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.940Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.940Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.940Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.941Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.941Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.941Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.941Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.942Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.942Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f19aafde-5d7e-440c-b849-88666b07174e
Model Version:NULL
Model InvariantUuid:dd69a3d2-b960-4248-8156-e8793e45d664
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-26T11:38:24.950Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 11611f03-9196-4ba1-aa9b-2f1ef514e2dd
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-26T11:38:24.954Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-02-26T11:38:24.954Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 11611f03-9196-4ba1-aa9b-2f1ef514e2dd
2023-02-26T11:38:24.954Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f19aafde-5d7e-440c-b849-88666b07174e
2023-02-26T11:38:24.954Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f19aafde-5d7e-440c-b849-88666b07174e
2023-02-26T11:38:24.955Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 11611f03-9196-4ba1-aa9b-2f1ef514e2dd 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-26T11:38:24.959Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ad13824, org.onap.sdc.toscaparser.api.parameters.Input@310799df, org.onap.sdc.toscaparser.api.parameters.Input@5950e2b9, org.onap.sdc.toscaparser.api.parameters.Input@2c724813, org.onap.sdc.toscaparser.api.parameters.Input@fc155a1]
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f19aafde-5d7e-440c-b849-88666b07174e: test-pnf
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 11611f03-9196-4ba1-aa9b-2f1ef514e2dd
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:38:24.960Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:38:24.961Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Resource customization UUID: 09982ec0-600b-412d-a397-58c0372002cb is the same as notified resource customizationUUID: 09982ec0-600b-412d-a397-58c0372002cb
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-26T11:38:24.991Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 11611f03-9196-4ba1-aa9b-2f1ef514e2dd 0 ASDC deployResourceStructure
2023-02-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||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-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||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-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:38:24.992Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411504991,
  "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-26T11:38:25.993Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:38:26.010Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8
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-26T11:38:26.014Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:38:26.016Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-26T11:38:26.016Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-26T11:38:32.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:38:32.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411390769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411392713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411419102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411364133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411428991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411428100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411429015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411429103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411430756,
  "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=?
2023-02-26T11:38:32.084Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b400bbc-c715-479c-bf68-ac8e8de120d8
2023-02-26T11:38:32.084Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b400bbc-c715-479c-bf68-ac8e8de120d8 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-26T11:38:32.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411430105,
  "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-26T11:38:32.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b400bbc-c715-479c-bf68-ac8e8de120d8
2023-02-26T11:38:32.111Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b400bbc-c715-479c-bf68-ac8e8de120d8 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-26T11:38:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.123Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.123Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411434717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.128Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411435720,
  "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-26T11:38:32.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b400bbc-c715-479c-bf68-ac8e8de120d8
2023-02-26T11:38:32.136Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b400bbc-c715-479c-bf68-ac8e8de120d8 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-26T11:38:32.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411426239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411434424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411435539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411431766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411431107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411436627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411439905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411439213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411437660,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:38:32.173Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
2023-02-26T11:38:32.173Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 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-26T11:38:32.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411440217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:38:32.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "multicloud-k8s",
  "timestamp": 1677411438662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:38:32.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1677411441387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:38:32.193Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
2023-02-26T11:38:32.193Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 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-26T11:38:32.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.208Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.209Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "policy-distribution-id",
  "timestamp": 1677411441219,
  "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-26T11:38:32.215Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
2023-02-26T11:38:32.215Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-26T11:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411448128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411450197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:32.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411451202,
  "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-26T11:38:32.234Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b400bbc-c715-479c-bf68-ac8e8de120d8
2023-02-26T11:38:32.234Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b400bbc-c715-479c-bf68-ac8e8de120d8 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-26T11:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-26T11:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:38:32.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:38:56.017Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:38:56.039Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8
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-26T11:38:56.044Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:38:56.044Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:38:56.044Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:38:56.044Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:38:56.045Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:38:56.052Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:39:26.053Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8 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-26T11:39:26.061Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b400bbc-c715-479c-bf68-ac8e8de120d8 and serviceModelVersionId: f19aafde-5d7e-440c-b849-88666b07174e
2023-02-26T11:39:26.061Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd69a3d2-b960-4248-8156-e8793e45d664
2023-02-26T11:39:26.062Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0
2023-02-26T11:39:26.066Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:39:26.118Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0|INFO|500||Invoke
2023-02-26T11:39:26.119Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b400bbc-c715-479c-bf68-ac8e8de120d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[890abdc7-f16c-42b1-8b81-bf235b594642], X-ECOMP-RequestID=[5b400bbc-c715-479c-bf68-ac8e8de120d8], X-TransactionId=[], X-ONAP-RequestID=[5b400bbc-c715-479c-bf68-ac8e8de120d8], Content-Type=[application/merge-patch+json]}
2023-02-26T11:39:26.136Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:39:26.236Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?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/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:39:25 GMT], content-length=[0], vertex-id=[512216], x-aai-txid=[1-aai-resources-230226-11:39:25:036-23842], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:39:26.237Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:39:26.237Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd69a3d2-b960-4248-8156-e8793e45d664/model-vers/model-ver/f19aafde-5d7e-440c-b849-88666b07174e?depth=0|INFO|500||InvokeReturn
2023-02-26T11:39:26.239Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:39:26.239Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:39:26.245Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:39:26.246Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b400bbc-c715-479c-bf68-ac8e8de120d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:39:26.247Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:39:26.247Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:26.248Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:26.248Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411566247,
  "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-26T11:39:27.264Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-26T11:39:27.264Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"97cd323b-6fe4-451c-ab04-f5ddfcf04f54","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fecf19fe-d120-4829-811a-cca86dcf3c2b","serviceDescription":"service","serviceInvariantUUID":"969a42e1-ab53-4af3-afad-f9cfc04364a1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddad4f78-4ba9-449f-bbab-203ed9a12ba2","resourceInvariantUUID":"24ca1daf-d695-472d-a8b1-d53f8548114a","resourceCustomizationUUID":"a41a81be-056e-45f6-8b5b-8e35c3c8aa8b","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":"MDllYTdhMjE4ZmI0YzRiZjRlNDI0NDg5ZmE0NTE0Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4aba0d68-e6b7-4cb3-9739-a042390f589c","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":"MDM3YmVkOGVlNGE4OGE1NWU5MmY0MDZiYWUyNDFlMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61d80d40-276b-4261-a697-ed4b93aaf813","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":"097825af-cff6-4430-bba1-56dab9ec7cbb","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":"582bf876-d295-4d23-8042-fa97a4781359","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":"82e768ad-1789-4845-98a9-72f9501a5cd0","artifactVersion":"2","generatedFromUUID":"097825af-cff6-4430-bba1-56dab9ec7cbb"},{"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":"YzY4ZjUxN2ZhZDNmZDdlZTU4OWJhZDU4MDJjN2NhMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ad452bc6-31dd-4a2f-8816-09812fbb97e0","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":"YWM3ZGZmYmUwNzQ2NjA5OGViNTBmODViZjIzNDA4NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61566f65-57b1-4bda-a761-6d2ec81b7a40","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTAxZWQwYjEwNDMwZDUzYTVjOTIyZWFkZmY5ZjRkYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"599615c9-b157-4e00-878c-37c94e9f3113","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-26T11:39:27.265Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:27.265Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:27.265Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:27.266Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:28.266Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:28.267Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:28.267Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:28.268Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:29.269Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:29.270Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:29.270Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:29.270Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:30.271Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:30.272Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:30.272Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:30.272Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:31.273Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:31.274Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:31.274Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:31.274Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:32.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:39:32.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.051Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411449102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411457273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.057Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411438317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411460441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:39:32.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.059Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411462979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:39:32.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.059Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1677411463983,
  "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-26T11:39:32.069Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
2023-02-26T11:39:32.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 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-26T11:39:32.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.078Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411465913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:39:32.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.079Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "aai-model-loader",
  "timestamp": 1677411466919,
  "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-26T11:39:32.084Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
2023-02-26T11:39:32.084Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 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-26T11:39:32.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e82e14a1-cff5-4147-a439-755f84d7d630",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411492400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411502757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411504991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:39:32.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:39:32.275Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:32.276Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:32.276Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:32.276Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:33.277Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:33.278Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:33.278Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:33.279Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "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-26T11:39:34.280Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-26T11:39:34.281Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:34.281Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:34.281Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:39:35.282Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fecf19fe-d120-4829-811a-cca86dcf3c2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "969a42e1-ab53-4af3-afad-f9cfc04364a1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a41a81be-056e-45f6-8b5b-8e35c3c8aa8b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddad4f78-4ba9-449f-bbab-203ed9a12ba2",
      "resourceInvariantUUID": "24ca1daf-d695-472d-a8b1-d53f8548114a",
      "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": "MDM3YmVkOGVlNGE4OGE1NWU5MmY0MDZiYWUyNDFlMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "61d80d40-276b-4261-a697-ed4b93aaf813",
          "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": "097825af-cff6-4430-bba1-56dab9ec7cbb",
          "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": "82e768ad-1789-4845-98a9-72f9501a5cd0",
            "generatedFromUUID": "097825af-cff6-4430-bba1-56dab9ec7cbb"
          },
          "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": "82e768ad-1789-4845-98a9-72f9501a5cd0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTAxZWQwYjEwNDMwZDUzYTVjOTIyZWFkZmY5ZjRkYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "599615c9-b157-4e00-878c-37c94e9f3113"
    }
  ],
  "workloadContext": "Production"
}
2023-02-26T11:39:35.283Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-26T11:39:35.283Z|5b400bbc-c715-479c-bf68-ac8e8de120d8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fecf19fe-d120-4829-811a-cca86dcf3c2b ASDC
2023-02-26T11:39:35.284Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:97cd323b-6fe4-451c-ab04-f5ddfcf04f54
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fecf19fe-d120-4829-811a-cca86dcf3c2b
ServiceInvariantUUID:969a42e1-ab53-4af3-afad-f9cfc04364a1
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:599615c9-b157-4e00-878c-37c94e9f3113
ArtifactChecksum:YTAxZWQwYjEwNDMwZDUzYTVjOTIyZWFkZmY5ZjRkYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a41a81be-056e-45f6-8b5b-8e35c3c8aa8b
ResourceInvariantUUID:24ca1daf-d695-472d-a8b1-d53f8548114a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ddad4f78-4ba9-449f-bbab-203ed9a12ba2
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:61d80d40-276b-4261-a697-ed4b93aaf813
ArtifactChecksum:MDM3YmVkOGVlNGE4OGE1NWU5MmY0MDZiYWUyNDFlMDI=
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:097825af-cff6-4430-bba1-56dab9ec7cbb
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:82e768ad-1789-4845-98a9-72f9501a5cd0
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:82e768ad-1789-4845-98a9-72f9501a5cd0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-26T11:39:35.284Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fecf19fe-d120-4829-811a-cca86dcf3c2b 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-26T11:39:35.340Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:39:35.341Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:39:35.341Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:39:35.341Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 599615c9-b157-4e00-878c-37c94e9f3113 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-26T11:39:35.342Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:39:35.342Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-26T11:39:35.473Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:39:35.479Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 599615c9-b157-4e00-878c-37c94e9f3113 83286
2023-02-26T11:39:35.480Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-26T11:39:35.480Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-26T11:39:35.480Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:39:35.481Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:35.481Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:35.481Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411575480,
  "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-26T11:39:36.482Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-26T11:39:36.483Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-26T11:39:36.484Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 599615c9-b157-4e00-878c-37c94e9f3113, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:36.484Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-26T11:39:36.485Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:36.485Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:36.610Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16921471740824120790/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-26T11:39:38.004Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-26T11:39:38.005Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:39:38.005Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.005Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-26T11:39:38.005Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.006Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.006Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.006Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.006Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.007Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.007Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-26T11:39:38.007Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-26T11:39:38.007Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.007Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.008Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:38.008Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:39:38.008Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:39:38.008Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.009Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.009Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:38.009Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-26T11:39:38.009Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-26T11:39:38.009Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.010Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.010Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.010Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-26T11:39:38.010Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-26T11:39:38.010Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.011Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:38.012Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:38.013Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.013Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-26T11:39:38.013Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-26T11:39:38.013Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:39:38.013Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87e8c8bb-284e-40fe-a38d-fc87c764148c
2023-02-26T11:39:38.014Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.014Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.014Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.014Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.014Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.015Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.015Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:38.015Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:38.015Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fecf19fe-d120-4829-811a-cca86dcf3c2b
Model Version:NULL
Model InvariantUuid:969a42e1-ab53-4af3-afad-f9cfc04364a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:689a8920-aa6a-4732-9b3c-b9c0a9e909f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24ca1daf-d695-472d-a8b1-d53f8548114a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a41a81be-056e-45f6-8b5b-8e35c3c8aa8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e1c4ebb-05c7-4a11-b519-dcd49b87a638
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d8af5eca-b4fb-4ad5-9652-d6ce90e65c61
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87e8c8bb-284e-40fe-a38d-fc87c764148c
ModelInvariantUuid:2416a387-f086-4692-98a5-5c7053e45d07
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:893c22c5-f9e1-4e49-b272-892ace4584b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cc44dd17-1c9a-4250-8801-3eb046e1610f
ModelInvariantUuid:f7a7a050-3b17-4df3-8bf6-642cf51f6dbd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7d07c39e-21cf-42af-87e2-da44b180c953
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-26T11:39:38.027Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ddad4f78-4ba9-449f-bbab-203ed9a12ba2
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-26T11:39:38.031Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-02-26T11:39:38.032Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddad4f78-4ba9-449f-bbab-203ed9a12ba2
2023-02-26T11:39:38.032Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 61d80d40-276b-4261-a697-ed4b93aaf813 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-26T11:39:38.032Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:39:38.033Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-26T11:39:38.120Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:39:38.121Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 61d80d40-276b-4261-a697-ed4b93aaf813 792
2023-02-26T11:39:38.121Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-26T11:39:38.121Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-26T11:39:38.121Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:39:38.122Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:38.122Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:38.122Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411578121,
  "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-26T11:39:39.124Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e1c4ebb-05c7-4a11-b519-dcd49b87a638",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8af5eca-b4fb-4ad5-9652-d6ce90e65c61",
    "vfModuleModelCustomizationUUID": "08da4377-7c74-4aa1-be36-0db7a2872800",
    "isBase": true,
    "artifacts": [
      "097825af-cff6-4430-bba1-56dab9ec7cbb",
      "82e768ad-1789-4845-98a9-72f9501a5cd0"
    ],
    "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-26T11:39:39.128Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8af5eca-b4fb-4ad5-9652-d6ce90e65c61
VfModuleModelInvariantUUID:5e1c4ebb-05c7-4a11-b519-dcd49b87a638
VfModuleModelDescription:NULL
Artifacts UUID List:{
097825af-cff6-4430-bba1-56dab9ec7cbb
,
82e768ad-1789-4845-98a9-72f9501a5cd0

}
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-26T11:39:39.129Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e1c4ebb-05c7-4a11-b519-dcd49b87a638",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8af5eca-b4fb-4ad5-9652-d6ce90e65c61",
    "vfModuleModelCustomizationUUID": "08da4377-7c74-4aa1-be36-0db7a2872800",
    "isBase": true,
    "artifacts": [
      "097825af-cff6-4430-bba1-56dab9ec7cbb",
      "82e768ad-1789-4845-98a9-72f9501a5cd0"
    ],
    "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-26T11:39:39.130Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8af5eca-b4fb-4ad5-9652-d6ce90e65c61
VfModuleModelInvariantUUID:5e1c4ebb-05c7-4a11-b519-dcd49b87a638
VfModuleModelDescription:NULL
Artifacts UUID List:{
097825af-cff6-4430-bba1-56dab9ec7cbb
,
82e768ad-1789-4845-98a9-72f9501a5cd0

}
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-26T11:39:39.130Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 097825af-cff6-4430-bba1-56dab9ec7cbb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-26T11:39:39.130Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:39:39.130Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-26T11:39:39.387Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:39:39.387Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 097825af-cff6-4430-bba1-56dab9ec7cbb 5033
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:39.388Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411579388,
  "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-26T11:39:40.389Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82e768ad-1789-4845-98a9-72f9501a5cd0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-26T11:39:40.389Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-26T11:39:40.390Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-26T11:39:40.673Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-26T11:39:40.673Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 82e768ad-1789-4845-98a9-72f9501a5cd0 903
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:40.674Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411580674,
  "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-26T11:39:41.675Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fecf19fe-d120-4829-811a-cca86dcf3c2b
2023-02-26T11:39:41.676Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ddad4f78-4ba9-449f-bbab-203ed9a12ba2 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-26T11:39:41.691Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f5a16e2, org.onap.sdc.toscaparser.api.parameters.Input@71795195, org.onap.sdc.toscaparser.api.parameters.Input@6f0d19e1, org.onap.sdc.toscaparser.api.parameters.Input@5a976906, org.onap.sdc.toscaparser.api.parameters.Input@52599b0]
2023-02-26T11:39:41.693Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.693Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.693Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-26T11:39:41.693Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a41a81be-056e-45f6-8b5b-8e35c3c8aa8b
2023-02-26T11:39:41.694Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a41a81be-056e-45f6-8b5b-8e35c3c8aa8b matches Tosca VF Customization UUID: a41a81be-056e-45f6-8b5b-8e35c3c8aa8b
2023-02-26T11:39:41.694Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a41a81be-056e-45f6-8b5b-8e35c3c8aa8b  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-26T11:39:41.696Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.696Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.697Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a41a81be-056e-45f6-8b5b-8e35c3c8aa8b: {\"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-26T11:39:41.697Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5810d02f
2023-02-26T11:39:41.697Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.698Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-26T11:39:41.698Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08da4377-7c74-4aa1-be36-0db7a2872800
2023-02-26T11:39:41.698Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08da4377-7c74-4aa1-be36-0db7a2872800
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-26T11:39:41.701Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.702Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:41.702Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:41.702Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.702Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:41.703Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:41.703Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.703Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-26T11:39:41.704Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-26T11:39:41.704Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-26T11:39:41.704Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87e8c8bb-284e-40fe-a38d-fc87c764148c
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-26T11:39:41.707Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.708Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:41.708Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-26T11:39:41.708Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.709Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-26T11:39:41.709Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a41a81be-056e-45f6-8b5b-8e35c3c8aa8b
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-26T11:39:41.711Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.712Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.712Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fecf19fe-d120-4829-811a-cca86dcf3c2b: basic_vm_macro
2023-02-26T11:39:41.712Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.712Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.712Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.713Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.713Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.713Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.713Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.714Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.714Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-26T11:39:41.714Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-26T11:39:41.714Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-26T11:39:41.869Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ddad4f78-4ba9-449f-bbab-203ed9a12ba2 1 ASDC deployResourceStructure
2023-02-26T11:39:41.870Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-26T11:39:41.870Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-26T11:39:41.870Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:39:41.871Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:41.871Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:41.871Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411581869,
  "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-26T11:39:42.872Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-26T11:39:42.873Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-26T11:39:42.873Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:39:42.874Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:42.874Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:42.874Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411582872,
  "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-26T11:39:43.875Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-26T11:39:43.876Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-26T11:39:43.876Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:39:43.876Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:43.877Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:43.877Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411583875,
  "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-26T11:39:44.878Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-26T11:39:44.878Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-26T11:39:44.879Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-26T11:39:44.879Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:39:44.879Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:39:44.879Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411584878,
  "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-26T11:39:45.880Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-26T11:39:45.896Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97cd323b-6fe4-451c-ab04-f5ddfcf04f54
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-26T11:39:45.900Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-26T11:39:45.901Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-26T11:39:45.901Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-26T11:39:45.901Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-26T11:39:45.901Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:39:45.902Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:39:45.902Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:39:45.902Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:39:45.903Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-26T11:39:45.903Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-26T11:39:45.911Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-26T11:40:15.912Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 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-26T11:40:15.921Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 and serviceModelVersionId: fecf19fe-d120-4829-811a-cca86dcf3c2b
2023-02-26T11:40:15.921Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 969a42e1-ab53-4af3-afad-f9cfc04364a1
2023-02-26T11:40:15.922Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0
2023-02-26T11:40:15.927Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-26T11:40:15.988Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0|INFO|500||Invoke
2023-02-26T11:40:15.988Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97cd323b-6fe4-451c-ab04-f5ddfcf04f54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb169e67-fa83-453d-8813-36bbfab27b8e], X-ECOMP-RequestID=[97cd323b-6fe4-451c-ab04-f5ddfcf04f54], X-TransactionId=[], X-ONAP-RequestID=[97cd323b-6fe4-451c-ab04-f5ddfcf04f54], Content-Type=[application/merge-patch+json]}
2023-02-26T11:40:15.997Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-26T11:40:16.095Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?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/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Feb 2023 11:40:14 GMT], content-length=[0], vertex-id=[528600], x-aai-txid=[1-aai-resources-230226-11:40:14:894-98831], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-26T11:40:16.095Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-26T11:40:16.096Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/969a42e1-ab53-4af3-afad-f9cfc04364a1/model-vers/model-ver/fecf19fe-d120-4829-811a-cca86dcf3c2b?depth=0|INFO|500||InvokeReturn
2023-02-26T11:40:16.096Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-26T11:40:16.096Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-26T11:40:16.101Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-26T11:40:16.101Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97cd323b-6fe4-451c-ab04-f5ddfcf04f54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-26T11:40:16.101Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-26T11:40:16.102Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-26T11:40:16.102Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-26T11:40:16.102Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411616101,
  "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-26T11:40:17.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:40:32.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:40:32.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.052Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b400bbc-c715-479c-bf68-ac8e8de120d8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411566247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:40:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:40:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:40:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-26T11:40:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:17.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:41:32.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:41:32.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.051Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:41:32.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.052Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411493458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411575480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.053Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411578121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411579388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411580674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411581869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411582872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.055Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411583875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411584878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "97cd323b-6fe4-451c-ab04-f5ddfcf04f54",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1677411616101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-26T11:41:32.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-26T11:42:17.120Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:42:32.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:43:17.122Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:43:32.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:44:17.123Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:44:32.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:45:17.125Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:45:32.050Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:46:17.127Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:46:32.052Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:47:17.128Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:47:32.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:48:17.128Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:48:32.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:49:17.129Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:49:32.053Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:50:17.131Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:50:32.055Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:51:17.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:51:32.056Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:52:17.133Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:52:32.057Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:53:17.133Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:53:32.057Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:54:17.135Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:54:32.059Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:55:17.136Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:55:32.060Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:56:17.137Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:56:32.060Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:57:17.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:57:32.062Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:58:17.140Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:58:32.063Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T11:59:17.142Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T11:59:32.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:00:17.143Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:00:32.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:01:17.143Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:01:32.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:02:17.145Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:02:32.067Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:03:17.147Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:03:32.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:04:17.148Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:04:32.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:05:17.149Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:05:32.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:06:17.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:06:32.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:07:17.151Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:07:32.073Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:08:17.153Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:08:32.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:09:17.154Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:09:32.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:10:17.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:10:32.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:11:17.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:11:32.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:12:17.157Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:12:32.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:13:17.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:13:32.078Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:14:17.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:14:32.079Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:15:17.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:15:32.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:16:17.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:16:32.081Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:17:17.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:17:32.082Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:18:17.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:18:32.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:19:17.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:19:32.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:20:17.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:20:32.086Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:21:17.169Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:21:32.086Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:22:17.169Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:22:32.088Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:23:17.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:23:32.088Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:24:17.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:24:32.089Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:25:17.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:25:32.091Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:26:17.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:26:32.092Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:27:17.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:27:32.093Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:28:17.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:28:32.095Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:29:17.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:29:32.097Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:30:17.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:30:32.098Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:31:17.180Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:31:32.100Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:32:17.181Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:32:32.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:33:17.181Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:33:32.103Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:34:17.181Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:34:32.103Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:35:17.181Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:35:32.104Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:36:17.183Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:36:32.106Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:37:17.185Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:37:32.107Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:38:17.185Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:38:32.114Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:39:17.187Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:39:32.114Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:40:17.188Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:40:32.115Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:41:17.188Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:41:32.116Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:42:17.190Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:42:32.118Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:43:17.191Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:43:32.119Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:44:17.192Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:44:32.119Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:45:17.194Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:45:32.121Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:46:17.194Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:46:32.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:47:17.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:47:32.123Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:48:17.198Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:48:32.123Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:49:17.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:49:32.124Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:50:17.201Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:50:32.125Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:51:17.201Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:51:32.127Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:52:17.203Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:52:32.127Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:53:17.204Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:53:32.129Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:54:17.204Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:54:32.129Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:55:17.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:55:32.130Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:56:17.207Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:56:32.131Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:57:17.209Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:57:32.133Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:58:17.210Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:58:32.135Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T12:59:17.212Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T12:59:32.137Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:00:17.214Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:00:32.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:01:17.214Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:01:32.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:02:17.216Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:02:32.140Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:03:17.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:03:32.140Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:04:17.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:04:32.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:05:17.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:05:32.142Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:06:17.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:06:32.143Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:07:17.223Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:07:32.145Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:08:17.223Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:08:32.146Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:09:17.225Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:09:32.147Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:10:17.227Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:10:32.148Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:11:17.227Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:11:32.149Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:12:17.228Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:12:32.150Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:13:17.229Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:13:32.152Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:14:17.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:14:32.153Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:15:17.231Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:15:32.154Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:16:17.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:16:32.155Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:17:17.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:17:32.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:18:17.234Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:18:32.157Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:19:17.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:19:32.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:20:17.238Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:20:32.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:21:17.239Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:21:32.162Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:22:17.240Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:22:32.163Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:23:17.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:23:32.165Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:24:17.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:24:32.166Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:25:17.243Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:25:32.166Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:26:17.244Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:26:32.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:27:17.245Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:27:32.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:28:17.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:28:32.169Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:29:17.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:29:32.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:30:17.251Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:30:32.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:31:17.251Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:31:32.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:32:17.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:32:32.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:33:17.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:33:32.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:34:17.255Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:34:32.184Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:35:17.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:35:32.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:36:17.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:36:32.186Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:37:17.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:37:32.187Z|fd242b8a-dd27-46e1-a377-ebc5b429ef10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:38:17.261Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:38:32.193Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:39:17.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:39:32.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:40:17.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:40:32.196Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:41:17.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:41:32.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:42:17.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:42:32.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:43:17.267Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:43:32.199Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:44:17.267Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:44:32.200Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:45:17.268Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:45:32.201Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:46:17.269Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:46:32.202Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:47:17.270Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:47:32.203Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:48:17.271Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:48:32.203Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:49:17.272Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:49:32.204Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:50:17.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:50:32.206Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:51:17.275Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:51:32.207Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:52:17.277Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:52:32.208Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:53:17.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:53:32.210Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:54:17.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:54:32.212Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:55:17.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:55:32.212Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:56:17.281Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:56:32.214Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:57:17.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:57:32.215Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:58:17.283Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:58:32.217Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T13:59:17.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T13:59:32.218Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:00:17.285Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:00:32.219Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:01:17.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:01:32.221Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:02:17.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:02:32.222Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:03:17.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:03:32.222Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:04:17.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:04:32.224Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:05:17.289Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:05:32.225Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:06:17.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:06:32.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:07:17.291Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:07:32.228Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:08:17.292Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:08:32.229Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:09:17.293Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:09:32.231Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:10:17.295Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:10:32.231Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:11:17.296Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:11:32.234Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:12:17.298Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:12:32.235Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:13:17.299Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:13:32.236Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:14:17.300Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:14:32.238Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:15:17.301Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:15:32.239Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:16:17.302Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:16:32.241Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-26T14:17:17.303Z|97cd323b-6fe4-451c-ab04-f5ddfcf04f54|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-26T14:17:32.242Z|c302861d-f0de-4b9b-bd0c-b1cfad518034|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO