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-10T06:37:16.861Z||main|||||INFO|500||The following profiles are active: basic
2023-02-10T06:37:30.220Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-10T06:37:30.221Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-10T06:37:30.419Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-10T06:37:34.983Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-10T06:37:35.437Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-10T06:37:36.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-10T06:37:36.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-10T06:37:37.149Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-10T06:37:39.363Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-10T06:37:40.071Z||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-10T06:37:43.295Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-10T06:37:43.430Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-10T06:37:43.447Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-10T06:37:43.458Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-10T06:37:44.229Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-10T06:37:44.822Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-10T06:37:46.054Z||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-10T06:37:46.801Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-10T06:37:46.805Z||main|||||ERROR|500||(conn=1560) Table 'catalogdb.activity_spec' doesn't exist
2023-02-10T06:37:46.826Z||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-10T06:37:50.024Z||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-10T06:37:52.868Z||main|||||WARN|500||---
2023-02-10T06:37:52.868Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-10T06:37:52.869Z||main|||||WARN|500||---
2023-02-10T06:37:53.283Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-10T06:37:58.928Z||main|||||INFO|500||Started Application in 45.894 seconds (JVM running for 49.126)
2023-02-10T06:37:58.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-10T06:37:58.963Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-10T06:37:58.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-10T06:37:59.097Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ace8996-4450-4276-aae7-f1a0db840c02 url= /sdc/v1/artifactTypes
2023-02-10T06:37:59.138Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-10T06:37:59.395Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-10T06:37:59.473Z||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-10T06:37:59.473Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-10T06:37:59.473Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 024b0faa-645c-4dc6-bdb1-b26dd6538b5d url= /sdc/v1/distributionKafkaData
2023-02-10T06:37:59.474Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-10T06:37:59.503Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-10T06:37:59.513Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5f203d32
2023-02-10T06:37:59.585Z||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-d7a73f16-fb61-45ec-a420-130a36d47a8b
	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-10T06:37:59.636Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Instantiated an idempotent producer.
2023-02-10T06:37:59.775Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-10T06:37:59.833Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:37:59.834Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:37:59.835Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011079831
2023-02-10T06:37:59.852Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-10T06:37:59.881Z||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-fe6577ec-abff-46cc-8570-5bc851c1ea04
	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-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:38:00.044Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011080044
2023-02-10T06:38:00.046Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:38:00.051Z||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-0f04717d-0da8-474a-851a-4dbf141f303c
	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-10T06:38:00.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:38:00.081Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-10T06:38:00.082Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-10T06:38:00.082Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676011080081
2023-02-10T06:38:00.083Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:38:00.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:38:00.094Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-10T06:38:01.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:01.045Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.045Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.046Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 vMAuMxAdQLWke8mZl8NlXw
2023-02-10T06:38:01.049Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.051Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-10T06:38:01.052Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-02-10T06:38:01.071Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Cluster ID: QjqiZON3TOCEAHjGeTjtjw
2023-02-10T06:38:01.087Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] ProducerId set to 2001 with epoch 0
2023-02-10T06:38:01.116Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] (Re-)joining group
2023-02-10T06:38:01.113Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] (Re-)joining group
2023-02-10T06:38:01.180Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d
2023-02-10T06:38:01.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-10T06:38:01.182Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] (Re-)joining group
2023-02-10T06:38:01.200Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5
2023-02-10T06:38:01.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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-10T06:38:01.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] (Re-)joining group
2023-02-10T06:38:07.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d', protocol='range'}
2023-02-10T06:38:07.215Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5', protocol='range'}
2023-02-10T06:38:07.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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 bdrUrgRvThm9_4NtFoBDQg
2023-02-10T06:38:07.371Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5=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-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d=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-10T06:38:07.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04-48bdbba4-12f5-486c-9916-b46faf80ffb5', protocol='range'}
2023-02-10T06:38:07.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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-10T06:38:07.441Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, 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-10T06:38:07.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c-acee9c97-69a7-4b45-b6f1-9eec253b1e9d', protocol='range'}
2023-02-10T06:38:07.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-10T06:38:07.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, 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-10T06:38:07.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-10T06:38:07.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-10T06:38:07.479Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-10T06:38:07.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-10T06:38:07.485Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-10T06:38:07.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.536Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.638Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-10T06:38:07.642Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.643Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-10T06:38:07.644Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:38:07.645Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-10T06:39:00.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:39:00.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:40:00.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:40:00.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:41:00.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:41:00.096Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:42:00.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:42:00.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:43:00.069Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:43:00.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:44:00.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:44:00.105Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:45:00.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:45:00.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:46:00.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:46:00.112Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:47:00.078Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:47:00.113Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:47:01.064Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f04717d-0da8-474a-851a-4dbf141f303c, groupId=so] Node -1 disconnected.
2023-02-10T06:47:01.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fe6577ec-abff-46cc-8570-5bc851c1ea04, groupId=so] Node -1 disconnected.
2023-02-10T06:47:01.343Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Node -1 disconnected.
2023-02-10T06:47:24.121Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-10T06:48:00.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:48:00.115Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:49:00.082Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:49:00.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:50:00.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:50:00.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:51:00.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:51:00.119Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:52:00.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:52:00.120Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:53:00.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:53:00.122Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:54:00.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:54:00.123Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:55:00.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:55:00.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:56:00.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:56:00.125Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:57:00.106Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:57:00.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:58:00.108Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:58:00.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T06:59:00.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T06:59:00.128Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:00:00.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:00:00.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:01:00.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:01:00.130Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:02:00.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:02:00.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:03:00.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:03:00.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:04:00.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:04:00.133Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:05:00.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:05:00.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:06:00.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:06:00.136Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:07:00.127Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:07:00.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:08:00.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:08:00.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:09:00.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:09:00.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:10:00.133Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:10:00.142Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:11:00.135Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:11:00.144Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:12:00.136Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:12:00.144Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:13:00.137Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:13:00.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:14:00.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:14:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:15:00.142Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:15:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:16:00.144Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:16:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:17:00.145Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:17:00.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:18:00.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:18:00.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:19:00.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:19:00.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:20:00.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:20:00.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:21:00.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:21:00.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:22:00.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:22:00.151Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:23:00.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:23:00.154Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:24:00.155Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:24:00.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:25:00.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:25:00.158Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:26:00.162Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:26:00.158Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:27:00.165Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:27:00.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:28:00.166Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:28:00.166Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:29:00.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:29:00.171Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:30:00.171Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:30:00.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:31:00.173Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:31:00.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:32:00.173Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:32:00.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:33:00.175Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:33:00.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:34:00.176Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:34:00.177Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:35:00.178Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:35:00.178Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:36:00.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:36:00.180Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:37:00.180Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:37:00.181Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:38:00.182Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:38:00.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:39:00.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:39:00.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:40:00.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:40:00.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:41:00.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:41:00.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:42:00.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:42:00.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:43:00.192Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:43:00.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:44:00.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:44:00.212Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:45:00.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:45:00.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:46:00.199Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:46:00.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:47:00.200Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:47:00.215Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:48:00.202Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:48:00.216Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:49:00.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:49:00.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:50:00.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:50:00.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:51:00.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:51:00.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:52:00.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:52:00.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:53:00.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:53:00.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:54:00.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:54:00.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:55:00.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:55:00.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:56:00.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:56:00.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:57:00.219Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:57:00.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:58:00.220Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:58:00.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T07:59:00.221Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T07:59:00.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:00:00.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:00:00.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:01:00.224Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:01:00.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:02:00.225Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:02:00.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:03:00.227Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:03:00.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:04:00.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:04:00.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:05:00.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:05:00.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:06:00.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:06:00.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:07:00.233Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:07:00.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:08:00.235Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:08:00.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:09:00.238Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:09:00.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:10:00.239Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:10:00.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:11:00.240Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:11:00.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:12:00.242Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:12:00.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:13:00.244Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:13:00.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:14:00.246Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:14:00.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:15:00.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:15:00.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:16:00.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:16:00.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:17:00.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:17:00.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:18:00.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:18:00.253Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:19:00.252Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:19:00.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:20:00.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:20:00.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:21:00.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:21:00.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:22:00.256Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:22:00.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:23:00.258Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:23:00.260Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:24:00.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:24:00.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:25:00.261Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:25:00.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:26:00.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:26:00.264Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:27:00.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:27:00.269Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:28:00.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:28:00.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:29:00.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:29:00.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:30:00.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:30:00.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:31:00.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:31:00.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:32:00.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:32:00.274Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:33:00.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:33:00.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:34:00.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:34:00.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:35:00.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:35:00.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:36:00.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:36:00.285Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:37:00.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:37:00.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:38:00.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:38:00.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:39:00.288Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:39:00.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:40:00.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:40:00.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:41:00.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:41:00.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:42:00.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:42:00.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:43:00.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:43:00.300Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:44:00.303Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:44:00.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:45:00.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:45:00.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:46:00.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:46:00.335Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:47:00.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:47:00.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:48:00.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:48:00.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:49:00.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:49:00.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:50:00.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:50:00.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:51:00.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:51:00.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:52:00.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:52:00.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:53:00.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:53:00.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:54:00.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:54:00.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:55:00.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:55:00.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:56:00.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:56:00.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:57:00.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:57:00.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:58:00.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:58:00.357Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T08:59:00.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T08:59:00.358Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:00:00.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:00:00.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:01:00.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:01:00.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:02:00.328Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:02:00.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:03:00.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:03:00.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:04:00.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:04:00.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:05:00.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:05:00.366Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:00.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:06:00.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:32.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-10T09:06:32.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5176ae83-f528-43d1-bda4-c2c977d8fed2","serviceName":"basic_onboard_VZHjpu","serviceVersion":"1.0","serviceUUID":"551141f9-c6e1-43ab-8a28-939e4ff876ad","serviceDescription":"service","serviceInvariantUUID":"570b86b9-5f21-457f-b8e3-2e6d4da854f2","resources":[{"resourceInstanceName":"basic_onboard_VZHjpu 0","resourceName":"basic_onboard_VZHjpu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"168e6082-0ee5-4967-84c4-14764c0303f6","resourceInvariantUUID":"3ab343a4-13b2-4e6d-9397-12c20abf27fc","resourceCustomizationUUID":"bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml","artifactChecksum":"YTIzNzNjZTFmNDQxZWFjMmNlMWQ1YjQ3YmJkZGU0MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ab50477-0d6d-4c53-b11a-ab83f973fdee","artifactVersion":"1"},{"artifactName":"basic_onboard_vzhjpu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json","artifactChecksum":"ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b88005d0-f451-4afb-be87-61f820699cd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1c85d99-f4ba-4905-aeee-37aad410d299","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d05f86d1-a368-4906-99e0-24d6e31273bb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ecd1225-0f6b-4483-8a3b-e55b763e8a6f","artifactVersion":"2","generatedFromUUID":"a1c85d99-f4ba-4905-aeee-37aad410d299"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVzhjpu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml","artifactChecksum":"MDE5NGY1MTk5ZjQxNmYwNjIwMTg3NWRhMDE0NDFlZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035056e7-f768-483e-9309-b1f9a404d580","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVzhjpu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar","artifactChecksum":"MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b38e057a-333c-4d4c-8310-6dd4b1905074","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:06:32.726Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:32.739Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:32.751Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.751Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T09:06:32.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:06:32.792Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:06:32.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:06:33.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:33.781Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:34.783Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:34.784Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:35.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:35.787Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:36.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:36.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:36.790Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:36.790Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:37.791Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:37.792Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:38.793Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:38.794Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:39.796Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "serviceName": "basic_onboard_VZHjpu",
  "serviceVersion": "1.0",
  "serviceUUID": "551141f9-c6e1-43ab-8a28-939e4ff876ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "570b86b9-5f21-457f-b8e3-2e6d4da854f2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VZHjpu 0",
      "resourceCustomizationUUID": "bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42",
      "resourceName": "basic_onboard_VZHjpu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "168e6082-0ee5-4967-84c4-14764c0303f6",
      "resourceInvariantUUID": "3ab343a4-13b2-4e6d-9397-12c20abf27fc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vzhjpu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
          "artifactChecksum": "ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b88005d0-f451-4afb-be87-61f820699cd1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a1c85d99-f4ba-4905-aeee-37aad410d299",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f",
            "generatedFromUUID": "a1c85d99-f4ba-4905-aeee-37aad410d299"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVzhjpu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
      "artifactChecksum": "MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b38e057a-333c-4d4c-8310-6dd4b1905074"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:06:39.797Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:06:39.797Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551141f9-c6e1-43ab-8a28-939e4ff876ad ASDC
2023-02-10T09:06:39.930Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5176ae83-f528-43d1-bda4-c2c977d8fed2
ServiceName:basic_onboard_VZHjpu
ServiceVersion:1.0
ServiceUUID:551141f9-c6e1-43ab-8a28-939e4ff876ad
ServiceInvariantUUID:570b86b9-5f21-457f-b8e3-2e6d4da854f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVzhjpu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
ArtifactUUID:b38e057a-333c-4d4c-8310-6dd4b1905074
ArtifactChecksum:MmI0MjlkOTgzMzQ4ZmYxMTEzYmYwNDFiODUwYjBhMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VZHjpu 0
ResourceCustomizationUUID:bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
ResourceInvariantUUID:3ab343a4-13b2-4e6d-9397-12c20abf27fc
ResourceName:basic_onboard_VZHjpu
ResourceType:VF
ResourceUUID:168e6082-0ee5-4967-84c4-14764c0303f6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vzhjpu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
ArtifactUUID:b88005d0-f451-4afb-be87-61f820699cd1
ArtifactChecksum:ZTJlN2ZiY2Q5MmNjOTc3OWQzMWMwZDdjZDgzZjVjMjE=
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1c85d99-f4ba-4905-aeee-37aad410d299
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
ArtifactUUID:0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
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/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
ArtifactUUID:0ecd1225-0f6b-4483-8a3b-e55b763e8a6f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T09:06:39.930Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551141f9-c6e1-43ab-8a28-939e4ff876ad 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-10T09:06:40.297Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:06:40.299Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:40.300Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:40.301Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b38e057a-333c-4d4c-8310-6dd4b1905074 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.301Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:40.302Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.403Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:40.410Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar b38e057a-333c-4d4c-8310-6dd4b1905074 75679
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar ASDC sendASDCNotification
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:40.412Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:40.413Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:40.413Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:40.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020000411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:41.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:06:41.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:06:41.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b38e057a-333c-4d4c-8310-6dd4b1905074, URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar to file: /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.417Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.531Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:41.532Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:42.193Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10034107380732358765/Definitions/service-BasicOnboardVzhjpu-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-10T09:06:44.148Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.153Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VZHjpu 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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:44.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:06:44.161Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.162Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.166Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.167Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:06:44.168Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:06:44.170Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:06:44.171Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.171Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:44.174Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.175Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.177Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:44.178Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.179Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:44.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:44.181Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VZHjpu
Description:service
Model UUID:551141f9-c6e1-43ab-8a28-939e4ff876ad
Model Version:NULL
Model InvariantUuid:570b86b9-5f21-457f-b8e3-2e6d4da854f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VZHjpu
Model UUID:f37173d3-7630-4810-ad49-ba489d41b67d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ab343a4-13b2-4e6d-9397-12c20abf27fc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb72da22-7c26-434b-83ea-42d1a5a51463
ModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
ModelUuid:2896763a-fa23-44b9-abc9-a126f3f25912
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
ModelInvariantUuid:d3158931-d74f-48d9-b068-f63fb70a0f09
ModelName:basic_onboard_VZHjpu-nodes.ubuntu18Cvfc
ModelUuid:c7114978-a021-4674-b7ca-b52bcc58e6f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5fb230e4-d288-429d-b62a-4e1a2d4945b0
ModelInvariantUuid:d4a37c49-225f-4ded-aa0b-22edfe9e595d
ModelName:BasicOnboardVzhjpu.compute.nodes.heat.ubuntu18
ModelUuid:7a92b2cc-c1f8-4497-942d-f0f4948a72f4
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-10T09:06:44.204Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 168e6082-0ee5-4967-84c4-14764c0303f6
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-10T09:06:44.339Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||basic_onboard_VZHjpu 0
2023-02-10T09:06:44.346Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 168e6082-0ee5-4967-84c4-14764c0303f6
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b88005d0-f451-4afb-be87-61f820699cd1 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:44.347Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.414Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json b88005d0-f451-4afb-be87-61f820699cd1 798
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json ASDC sendASDCNotification
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:44.415Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:44.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:44.416Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020004415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:45.417Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVzhjpu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cb72da22-7c26-434b-83ea-42d1a5a51463",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2896763a-fa23-44b9-abc9-a126f3f25912",
    "vfModuleModelCustomizationUUID": "0637163e-053b-4e22-b14e-1eb14933cac9",
    "isBase": true,
    "artifacts": [
      "a1c85d99-f4ba-4905-aeee-37aad410d299",
      "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f"
    ],
    "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-10T09:06:45.440Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2896763a-fa23-44b9-abc9-a126f3f25912
VfModuleModelInvariantUUID:cb72da22-7c26-434b-83ea-42d1a5a51463
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1c85d99-f4ba-4905-aeee-37aad410d299
,
0ecd1225-0f6b-4483-8a3b-e55b763e8a6f

}
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-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVzhjpu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cb72da22-7c26-434b-83ea-42d1a5a51463",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2896763a-fa23-44b9-abc9-a126f3f25912",
    "vfModuleModelCustomizationUUID": "0637163e-053b-4e22-b14e-1eb14933cac9",
    "isBase": true,
    "artifacts": [
      "a1c85d99-f4ba-4905-aeee-37aad410d299",
      "0ecd1225-0f6b-4483-8a3b-e55b763e8a6f"
    ],
    "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-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVzhjpu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2896763a-fa23-44b9-abc9-a126f3f25912
VfModuleModelInvariantUUID:cb72da22-7c26-434b-83ea-42d1a5a51463
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1c85d99-f4ba-4905-aeee-37aad410d299
,
0ecd1225-0f6b-4483-8a3b-e55b763e8a6f

}
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-10T09:06:45.443Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1c85d99-f4ba-4905-aeee-37aad410d299 from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.444Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:45.444Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.599Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:45.599Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml a1c85d99-f4ba-4905-aeee-37aad410d299 5033
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:45.600Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:45.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:45.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020005600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:46.601Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ecd1225-0f6b-4483-8a3b-e55b763e8a6f from URL: /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.602Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:06:46.602Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env 0ecd1225-0f6b-4483-8a3b-e55b763e8a6f 909
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:46.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:46.665Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020006664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:47.666Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 551141f9-c6e1-43ab-8a28-939e4ff876ad
2023-02-10T09:06:47.666Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VZHjpu 0 168e6082-0ee5-4967-84c4-14764c0303f6 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-10T09:06:47.699Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26e5bbb1, org.onap.sdc.toscaparser.api.parameters.Input@370b4dc5, org.onap.sdc.toscaparser.api.parameters.Input@65187b84, org.onap.sdc.toscaparser.api.parameters.Input@62e3963, org.onap.sdc.toscaparser.api.parameters.Input@d9d3224]
2023-02-10T09:06:47.703Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.703Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42 matches Tosca VF Customization UUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
2023-02-10T09:06:47.704Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42  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-10T09:06:47.712Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.712Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b7e1d69
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.713Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:06:47.714Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0637163e-053b-4e22-b14e-1eb14933cac9
2023-02-10T09:06:47.715Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0637163e-053b-4e22-b14e-1eb14933cac9
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-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.721Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.722Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is not matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-10T09:06:47.723Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e9c5c1-bfc1-44b5-b8d0-b13da44633ec
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-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:06:47.729Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.730Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_VZHjpu 0 is matching search criteria
2023-02-10T09:06:47.730Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_VZHjpu 0] matching following query criteria: sdcType=VF, customizationUUID=bdc7a2ad-98e8-49fe-ba0d-10bacd8d9b42
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-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 551141f9-c6e1-43ab-8a28-939e4ff876ad: basic_onboard_VZHjpu
2023-02-10T09:06:47.732Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.733Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_VZHjpu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:06:47.734Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_VZHjpu 
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-10T09:06:47.951Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VZHjpu 168e6082-0ee5-4967-84c4-14764c0303f6 1 ASDC deployResourceStructure
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json ASDC sendASDCNotification
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json
2023-02-10T09:06:47.952Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:47.953Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020007952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml
2023-02-10T09:06:48.954Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:48.955Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020008954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:49.957Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-10T09:06:49.958Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env
2023-02-10T09:06:49.958Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:49.959Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020009957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:50.962Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar ASDC sendASDCNotification
2023-02-10T09:06:50.962Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar
2023-02-10T09:06:50.963Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:06:50.964Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:06:50.964Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:06:50.965Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020010961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:06:51.968Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:06:52.003Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
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-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:06:52.005Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:07:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:07:00.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:07:00.088Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:07:00.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:07:22.006Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:07:22.028Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
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-10T09:07:22.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:07:22.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:07:22.033Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:07:52.033Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:07:52.046Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
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-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:07:52.049Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:08:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:08:00.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.090Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.091Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.099Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.100Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.105Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.108Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019987200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.112Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676019984689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.113Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676019960335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.114Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676019993272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.115Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676019999916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020000878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020000093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.119Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020000411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.122Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020000935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-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-10T09:08:00.138Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-10T09:08:00.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020002029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.153Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020003104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.155Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.156Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020004319,
  "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-10T09:08:00.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020004415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020005321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676019997836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020005600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020005660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020006664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020007952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/basic_onboard_vzhjpu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020008954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020009957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/resourceInstances/basic_onboard_vzhjpu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020010227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020010961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020011233,
  "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-10T09:08:00.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.183Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-10T09:08:00.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020014663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVzhjpu/1.0/artifacts/service-BasicOnboardVzhjpu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:08:00.192Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020015667,
  "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-10T09:08:00.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5176ae83-f528-43d1-bda4-c2c977d8fed2
2023-02-10T09:08:00.198Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-10T09:08:22.050Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:08:22.065Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2
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-10T09:08:22.068Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:08:22.069Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:08:22.070Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:08:22.070Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-10T09:08:22.076Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:08:52.076Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2 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-10T09:08:52.087Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5176ae83-f528-43d1-bda4-c2c977d8fed2 and serviceModelVersionId: 551141f9-c6e1-43ab-8a28-939e4ff876ad
2023-02-10T09:08:52.088Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 570b86b9-5f21-457f-b8e3-2e6d4da854f2
2023-02-10T09:09:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:09:09.030Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0
2023-02-10T09:09:09.144Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:09:09.664Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|INFO|500||Invoke
2023-02-10T09:09:09.668Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f36295e-86de-4a4a-9cab-8960e50d9558], X-ECOMP-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], X-TransactionId=[], X-ONAP-RequestID=[5176ae83-f528-43d1-bda4-c2c977d8fed2], Content-Type=[application/merge-patch+json]}
2023-02-10T09:09:09.693Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:09:10.154Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?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/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:09:10 GMT], content-length=[0], vertex-id=[184480], x-aai-txid=[2-aai-resources-230210-09:09:10:562-10906], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:09:10.157Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:09:10.158Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/570b86b9-5f21-457f-b8e3-2e6d4da854f2/model-vers/model-ver/551141f9-c6e1-43ab-8a28-939e4ff876ad?depth=0|INFO|500||InvokeReturn
2023-02-10T09:09:10.166Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:09:10.167Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-10T09:09:10.180Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|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-10T09:09:10.182Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5176ae83-f528-43d1-bda4-c2c977d8fed2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:09:10.183Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:09:10.183Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:09:10.184Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:09:10.184Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020150182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:09:10.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:09:10.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5176ae83-f528-43d1-bda4-c2c977d8fed2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020150182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:09:10.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T09:09:11.212Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:10:00.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:10:11.212Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:11:00.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:11.214Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:11:46.886Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-10T09:11:46.888Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e9e6b9db-ce73-41cb-acb9-f678cceeac88","serviceName":"vFW 2023-02-10 09-10-48","serviceVersion":"1.0","serviceUUID":"5d93fed6-522c-4336-9f58-ce2638a12969","serviceDescription":"catalog service description","serviceInvariantUUID":"f4dae1b0-2480-4904-95da-cc6e150d54b3","resources":[{"resourceInstanceName":"vFW 0f0df63d-1f62 0","resourceName":"vFW 0f0df63d-1f62","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afab084b-8c3c-44fb-8a7e-25e1602d060c","resourceInvariantUUID":"209bab93-382a-47e7-b051-4bcad1c3f574","resourceCustomizationUUID":"49513bfe-f2dc-4c86-882d-62af0ecbde48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml","artifactChecksum":"MTUwZTdhZDVkMTBmNGE0YmRjYzRhNmViY2I5M2QwZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b997920f-af78-4034-a807-ddbb68748148","artifactVersion":"1"},{"artifactName":"vfw0f0df63d1f620_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json","artifactChecksum":"ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3faf90b8-393f-4f32-b610-6518ea86f91c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dc388a3-dc17-474a-ad9b-7e2288d5747e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml","artifactChecksum":"M2NjOTE4MWQzMDNiYzQ1MjQzNzA3ZjA5NTU2MGRhNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2278212-c727-4046-8a4d-b218469647a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb26da92-36bd-447c-84b7-9130d2cbeea9","artifactVersion":"2","generatedFromUUID":"2dc388a3-dc17-474a-ad9b-7e2288d5747e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230210091048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml","artifactChecksum":"YjU5ZTZiNjJlMGE2ZTkwNmY5MTFlNjYxNTRkNDY3OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27b564b4-03ad-48f0-910e-33e6c521fffa","artifactVersion":"1"},{"artifactName":"service-Vfw20230210091048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar","artifactChecksum":"YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f655dd2c-67b1-4932-a08a-e3fc09b85f7f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:11:46.898Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:46.899Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:46.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:11:46.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:11:46.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:11:47.903Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:47.906Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:48.907Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:48.908Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:48.908Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:48.909Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:49.910Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:49.911Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:50.912Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:50.913Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:51.914Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:51.915Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:52.916Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:53.918Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "serviceName": "vFW 2023-02-10 09-10-48",
  "serviceVersion": "1.0",
  "serviceUUID": "5d93fed6-522c-4336-9f58-ce2638a12969",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f4dae1b0-2480-4904-95da-cc6e150d54b3",
  "resources": [
    {
      "resourceInstanceName": "vFW 0f0df63d-1f62 0",
      "resourceCustomizationUUID": "49513bfe-f2dc-4c86-882d-62af0ecbde48",
      "resourceName": "vFW 0f0df63d-1f62",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afab084b-8c3c-44fb-8a7e-25e1602d060c",
      "resourceInvariantUUID": "209bab93-382a-47e7-b051-4bcad1c3f574",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0f0df63d1f620_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
          "artifactChecksum": "ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3faf90b8-393f-4f32-b610-6518ea86f91c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2dc388a3-dc17-474a-ad9b-7e2288d5747e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cb26da92-36bd-447c-84b7-9130d2cbeea9",
            "generatedFromUUID": "2dc388a3-dc17-474a-ad9b-7e2288d5747e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cb26da92-36bd-447c-84b7-9130d2cbeea9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230210091048-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
      "artifactChecksum": "YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f655dd2c-67b1-4932-a08a-e3fc09b85f7f"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:11:53.918Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:11:53.919Z|5176ae83-f528-43d1-bda4-c2c977d8fed2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d93fed6-522c-4336-9f58-ce2638a12969 ASDC
2023-02-10T09:11:53.920Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e9e6b9db-ce73-41cb-acb9-f678cceeac88
ServiceName:vFW 2023-02-10 09-10-48
ServiceVersion:1.0
ServiceUUID:5d93fed6-522c-4336-9f58-ce2638a12969
ServiceInvariantUUID:f4dae1b0-2480-4904-95da-cc6e150d54b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230210091048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
ArtifactUUID:f655dd2c-67b1-4932-a08a-e3fc09b85f7f
ArtifactChecksum:YWRiZmYzMTg0NzQwY2RiOWY3ODE5YjAwM2VjMTM1ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f0df63d-1f62 0
ResourceCustomizationUUID:49513bfe-f2dc-4c86-882d-62af0ecbde48
ResourceInvariantUUID:209bab93-382a-47e7-b051-4bcad1c3f574
ResourceName:vFW 0f0df63d-1f62
ResourceType:VF
ResourceUUID:afab084b-8c3c-44fb-8a7e-25e1602d060c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f0df63d1f620_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
ArtifactUUID:3faf90b8-393f-4f32-b610-6518ea86f91c
ArtifactChecksum:ODhhZTFlOTYyNWY4ZTliMzcxZjc0NzQxZDZiOTVkZTQ=
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
ArtifactUUID:2dc388a3-dc17-474a-ad9b-7e2288d5747e
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
ArtifactUUID:cb26da92-36bd-447c-84b7-9130d2cbeea9
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/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
ArtifactUUID:cb26da92-36bd-447c-84b7-9130d2cbeea9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T09:11:53.920Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d93fed6-522c-4336-9f58-ce2638a12969 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-10T09:11:53.969Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f655dd2c-67b1-4932-a08a-e3fc09b85f7f from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:53.971Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:53.972Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:54.062Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar f655dd2c-67b1-4932-a08a-e3fc09b85f7f 101464
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar ASDC sendASDCNotification
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:54.069Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:54.070Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020314069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:55.072Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:11:55.072Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-10T09:11:55.073Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f655dd2c-67b1-4932-a08a-e3fc09b85f7f, URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar to file: /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.073Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.074Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.074Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:55.327Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10933428602695773954/Definitions/service-Vfw20230210091048-template.yml
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
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
2023-02-10T09:11:57.646Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.647Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f0df63d-1f62 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-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.648Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230210091048-csar.csar
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.649Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.650Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.651Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.652Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.653Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.654Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.655Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.656Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.657Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.658Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7241123d-4c45-4092-85ca-b385b24307ee
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.659Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.660Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.661Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3851a8fa-0158-4eea-9cd4-0f93b62f8e55
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:11:57.662Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.663Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-10T09:11:57.664Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa4ab14-36cc-49f5-888f-e6bb31984eb2
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.665Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:11:57.666Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-10 09-10-48
Description:catalog service description
Model UUID:5d93fed6-522c-4336-9f58-ce2638a12969
Model Version:NULL
Model InvariantUuid:f4dae1b0-2480-4904-95da-cc6e150d54b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0f0df63d-1f62
Model UUID:65a3d9a8-6260-4fee-9c90-a5765a8f8fd3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:209bab93-382a-47e7-b051-4bcad1c3f574
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:49513bfe-f2dc-4c86-882d-62af0ecbde48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aa262d1a-537a-4419-9fa5-9d29edaec84c
ModelName:Vfw0f0df63d1f62..base_vfw..module-0
ModelUuid:43fde509-3488-4542-9ff4-41dfb5e57279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7241123d-4c45-4092-85ca-b385b24307ee
ModelInvariantUuid:f6557edd-73a5-4e8d-9f93-181227076ce1
ModelName:vFW 0f0df63d-1f62-nodes.vfwCvfc
ModelUuid:11537086-7087-4242-9831-b784c3bcc1fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:03daf6c6-a8bb-4271-b4e2-129edbc739d9
ModelInvariantUuid:ece666c6-c73e-4294-8a18-01fe877596c0
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vfw
ModelUuid:1a450c28-596f-4a7c-bcbd-3b09d086a947
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3851a8fa-0158-4eea-9cd4-0f93b62f8e55
ModelInvariantUuid:5955aded-c5ab-4643-a824-8ff2bcf7806c
ModelName:vFW 0f0df63d-1f62-nodes.vsnCvfc
ModelUuid:ba60d3b5-7473-482c-948d-fe0833af96b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5be90210-7801-444e-b0b0-23f6cef301c8
ModelInvariantUuid:1ee1a2ce-68b4-42d2-a5cc-bbf8edf0272a
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vsn
ModelUuid:99105c44-b1fe-4663-8d71-d4d2b05122b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4fa4ab14-36cc-49f5-888f-e6bb31984eb2
ModelInvariantUuid:5b085417-0e7c-46a6-81be-d523449207b7
ModelName:vFW 0f0df63d-1f62-nodes.vpgCvfc
ModelUuid:020d2e0d-16f5-49fe-8776-636cab24439a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:939ed43a-5de1-4391-926d-5549d623b4d9
ModelInvariantUuid:af67e49c-c04a-45ed-b947-d57ea503f573
ModelName:Vfw0f0df63d1f62.compute.nodes.heat.vpg
ModelUuid:07e62844-7a0b-43fa-989c-5a4d307587ca
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-10T09:11:57.673Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: afab084b-8c3c-44fb-8a7e-25e1602d060c
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-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||vFW 0f0df63d-1f62 0
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afab084b-8c3c-44fb-8a7e-25e1602d060c
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3faf90b8-393f-4f32-b610-6518ea86f91c from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:57.677Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json 3faf90b8-393f-4f32-b610-6518ea86f91c 785
2023-02-10T09:11:57.750Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json ASDC sendASDCNotification
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:57.751Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020317750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:58.752Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f0df63d1f62..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa262d1a-537a-4419-9fa5-9d29edaec84c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43fde509-3488-4542-9ff4-41dfb5e57279",
    "vfModuleModelCustomizationUUID": "1f8eb3b8-6588-477f-966e-f28b95cb6693",
    "isBase": true,
    "artifacts": [
      "2dc388a3-dc17-474a-ad9b-7e2288d5747e",
      "cb26da92-36bd-447c-84b7-9130d2cbeea9"
    ],
    "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-10T09:11:58.758Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f0df63d1f62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fde509-3488-4542-9ff4-41dfb5e57279
VfModuleModelInvariantUUID:aa262d1a-537a-4419-9fa5-9d29edaec84c
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc388a3-dc17-474a-ad9b-7e2288d5747e
,
cb26da92-36bd-447c-84b7-9130d2cbeea9

}
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-10T09:11:58.760Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f0df63d1f62..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa262d1a-537a-4419-9fa5-9d29edaec84c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43fde509-3488-4542-9ff4-41dfb5e57279",
    "vfModuleModelCustomizationUUID": "1f8eb3b8-6588-477f-966e-f28b95cb6693",
    "isBase": true,
    "artifacts": [
      "2dc388a3-dc17-474a-ad9b-7e2288d5747e",
      "cb26da92-36bd-447c-84b7-9130d2cbeea9"
    ],
    "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-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f0df63d1f62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43fde509-3488-4542-9ff4-41dfb5e57279
VfModuleModelInvariantUUID:aa262d1a-537a-4419-9fa5-9d29edaec84c
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc388a3-dc17-474a-ad9b-7e2288d5747e
,
cb26da92-36bd-447c-84b7-9130d2cbeea9

}
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-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2dc388a3-dc17-474a-ad9b-7e2288d5747e from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.761Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:58.762Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.894Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml 2dc388a3-dc17-474a-ad9b-7e2288d5747e 20368
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-10T09:11:58.895Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:11:58.896Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020318895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:11:59.897Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb26da92-36bd-447c-84b7-9130d2cbeea9 from URL: /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:11:59.898Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-10T09:11:59.898Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:00.077Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env cb26da92-36bd-447c-84b7-9130d2cbeea9 2098
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:00.078Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:00.079Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020320078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:00.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:12:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:12:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:12:01.080Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5d93fed6-522c-4336-9f58-ce2638a12969
2023-02-10T09:12:01.080Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f0df63d-1f62 0 afab084b-8c3c-44fb-8a7e-25e1602d060c 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-10T09:12:01.103Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30d537b7, org.onap.sdc.toscaparser.api.parameters.Input@628bf78, org.onap.sdc.toscaparser.api.parameters.Input@199bd254, org.onap.sdc.toscaparser.api.parameters.Input@59ba60e9, org.onap.sdc.toscaparser.api.parameters.Input@404b8ce6]
2023-02-10T09:12:01.105Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.106Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.106Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 49513bfe-f2dc-4c86-882d-62af0ecbde48
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48 matches Tosca VF Customization UUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48
2023-02-10T09:12:01.107Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 49513bfe-f2dc-4c86-882d-62af0ecbde48  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-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.110Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 49513bfe-f2dc-4c86-882d-62af0ecbde48: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ea2dee6
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.111Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:12:01.112Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f8eb3b8-6588-477f-966e-f28b95cb6693
2023-02-10T09:12:01.112Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f8eb3b8-6588-477f-966e-f28b95cb6693
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-10T09:12:01.114Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.115Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.116Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.117Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.118Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:12:01.119Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.120Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7241123d-4c45-4092-85ca-b385b24307ee
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-10T09:12:01.122Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.123Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:12:01.124Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:12:01.125Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.126Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-10T09:12:01.127Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.127Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3851a8fa-0158-4eea-9cd4-0f93b62f8e55
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-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.129Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.133Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-10T09:12:01.134Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.135Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-10T09:12:01.136Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-10T09:12:01.137Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-10T09:12:01.137Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fa4ab14-36cc-49f5-888f-e6bb31984eb2
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-10T09:12:01.139Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.139Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Node template vFW 0f0df63d-1f62 0 is matching search criteria
2023-02-10T09:12:01.140Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0f0df63d-1f62 0] matching following query criteria: sdcType=VF, customizationUUID=49513bfe-f2dc-4c86-882d-62af0ecbde48
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-10T09:12:01.142Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5d93fed6-522c-4336-9f58-ce2638a12969: vFW 0f0df63d-1f62
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.143Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.144Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:12:01.145Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-10 09-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:12:01.146Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-10 09-10-48 
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-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f0df63d-1f62 afab084b-8c3c-44fb-8a7e-25e1602d060c 1 ASDC deployResourceStructure
2023-02-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json ASDC sendASDCNotification
2023-02-10T09:12:01.333Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:01.334Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:01.335Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020321333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml
2023-02-10T09:12:02.336Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:02.337Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020322336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env
2023-02-10T09:12:03.338Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:03.339Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020323338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar ASDC sendASDCNotification
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar
2023-02-10T09:12:04.341Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:12:04.342Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020324340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:12:05.344Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:12:05.354Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
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-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:12:05.356Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:12:35.357Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:12:35.369Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
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-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:12:35.373Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:13:00.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:13:00.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.092Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.099Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020271214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020301942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020306355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020297836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020313948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020314922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020314069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020314632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020314953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-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-10T09:13:00.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.136Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-10T09:13:00.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.147Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020316031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020317134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020318189,
  "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-10T09:13:00.156Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.156Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020317750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020319194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020318187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020318895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020319193,
  "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-10T09:13:00.173Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:13:00.173Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020320078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:13:00.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:13:05.374Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:13:05.387Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
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-10T09:13:05.390Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:13:05.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:13:05.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:13:35.391Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:13:35.404Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
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-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:13:35.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:14:00.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:14:00.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.087Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020314689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:14:00.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020321333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/vfw0f0df63d1f620_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020321890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:14:00.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020322336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020323338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/resourceInstances/vfw0f0df63d1f620/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.089Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020324340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020336825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230210091048/1.0/artifacts/service-Vfw20230210091048-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-10T09:14:00.090Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020337827,
  "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-10T09:14:00.108Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e6b9db-ce73-41cb-acb9-f678cceeac88
2023-02-10T09:14:00.108Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-10T09:14:05.408Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:14:05.422Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88
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-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:14:05.432Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:14:05.433Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-10T09:14:05.438Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:14:35.439Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88 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-10T09:14:35.448Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e6b9db-ce73-41cb-acb9-f678cceeac88 and serviceModelVersionId: 5d93fed6-522c-4336-9f58-ce2638a12969
2023-02-10T09:14:35.448Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4dae1b0-2480-4904-95da-cc6e150d54b3
2023-02-10T09:14:35.449Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0
2023-02-10T09:14:35.457Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:14:35.555Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?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-10T09:14:35.557Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|INFO|500||Invoke
2023-02-10T09:14:35.563Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:14:35.765Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0|INFO|500||InvokeReturn
2023-02-10T09:14:35.765Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4dae1b0-2480-4904-95da-cc6e150d54b3/model-vers/model-ver/5d93fed6-522c-4336-9f58-ce2638a12969?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:14:36 GMT], content-length=[0], vertex-id=[172032], x-aai-txid=[1-aai-resources-230210-09:14:36:436-45662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:14:35.766Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:14:35.766Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:14:35.767Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-10T09:14:35.771Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|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-10T09:14:35.771Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e6b9db-ce73-41cb-acb9-f678cceeac88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:14:35.772Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020475771,
  "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-10T09:14:36.788Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:15:00.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:15:00.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:15:00.089Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e9e6b9db-ce73-41cb-acb9-f678cceeac88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020475771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:15:00.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:15:36.788Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:15:36.825Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Node 1 disconnected.
2023-02-10T09:16:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:16:36.789Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:17:00.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:17:36.790Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:18:00.087Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:18:36.791Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:19:00.088Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:19:36.793Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:20:00.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:20:36.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:21:00.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:14.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.566Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4774fea9-9007-4df0-bd74-98b893ea5fa4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4516d52d-84b0-42aa-9f4e-d3d3591d26a3","serviceDescription":"service","serviceInvariantUUID":"29248264-dcb3-4f5f-b301-b317e4d5cafc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5842702-68aa-45ec-9d5a-43a165b2aa7a","resourceInvariantUUID":"599b7857-5b7c-41e5-a984-5c4439887aad","resourceCustomizationUUID":"b1c59b86-1ee9-4c55-99dd-79cf6e504ba7","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":"NWYyODNiY2I2MzU5NDlhN2YxMmQ2N2YyMzhlZDU0OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd271253-c90a-48b7-ba8a-e7d3c73dae57","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d20179c0-fac9-49ab-bf0d-e257f332db69","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:21:14.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.586Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020855967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:21:14.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:21:14.603Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020854689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:21:14.604Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:21:14.604Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:14.604Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:14.605Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020836794,
  "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-10T09:21:15.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:15.611Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020836794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:21:16.612Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4516d52d-84b0-42aa-9f4e-d3d3591d26a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "29248264-dcb3-4f5f-b301-b317e4d5cafc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b1c59b86-1ee9-4c55-99dd-79cf6e504ba7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5842702-68aa-45ec-9d5a-43a165b2aa7a",
      "resourceInvariantUUID": "599b7857-5b7c-41e5-a984-5c4439887aad",
      "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": "NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d20179c0-fac9-49ab-bf0d-e257f332db69"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:21:16.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:21:16.613Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4516d52d-84b0-42aa-9f4e-d3d3591d26a3 ASDC
2023-02-10T09:21:16.614Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4774fea9-9007-4df0-bd74-98b893ea5fa4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4516d52d-84b0-42aa-9f4e-d3d3591d26a3
ServiceInvariantUUID:29248264-dcb3-4f5f-b301-b317e4d5cafc
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:d20179c0-fac9-49ab-bf0d-e257f332db69
ArtifactChecksum:NjI3ODM1ZGU1MDNlYmE4ZjQxNDk0YzdlYjQ2MmZkMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b1c59b86-1ee9-4c55-99dd-79cf6e504ba7
ResourceInvariantUUID:599b7857-5b7c-41e5-a984-5c4439887aad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5842702-68aa-45ec-9d5a-43a165b2aa7a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-10T09:21:16.614Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4516d52d-84b0-42aa-9f4e-d3d3591d26a3 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-10T09:21:16.658Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:21:16.659Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d20179c0-fac9-49ab-bf0d-e257f332db69 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-10T09:21:16.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-10T09:21:16.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-10T09:21:16.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d20179c0-fac9-49ab-bf0d-e257f332db69 57796
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:16.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020876724,
  "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-10T09:21:17.725Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:21:17.726Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-10T09:21:17.726Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d20179c0-fac9-49ab-bf0d-e257f332db69, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.727Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-10T09:21:17.728Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.728Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:17.962Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15805934643487323868/Definitions/service-BasicNetwork-template.yml
2023-02-10T09:21:18.403Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:21:18.404Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-10T09:21:18.405Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.405Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.406Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.407Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.408Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-10T09:21:18.409Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.410Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.411Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.412Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.412Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.413Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.414Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4516d52d-84b0-42aa-9f4e-d3d3591d26a3
Model Version:NULL
Model InvariantUuid:29248264-dcb3-4f5f-b301-b317e4d5cafc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:599b7857-5b7c-41e5-a984-5c4439887aad
Model UUID:9c8a2093-57fd-432f-b297-db5577218a11
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b1c59b86-1ee9-4c55-99dd-79cf6e504ba7
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-10T09:21:18.427Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: e5842702-68aa-45ec-9d5a-43a165b2aa7a
2023-02-10T09:21:18.427Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||No resources found for Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
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-10T09:21:18.434Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||
2023-02-10T09:21:18.434Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-10T09:21:18.435Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:21:18.435Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:21:18.436Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-10T09:21:18.436Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.441Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76821bbf, org.onap.sdc.toscaparser.api.parameters.Input@64dffc91, org.onap.sdc.toscaparser.api.parameters.Input@73ee8ea7, org.onap.sdc.toscaparser.api.parameters.Input@7c7785cb, org.onap.sdc.toscaparser.api.parameters.Input@1ace2619]
2023-02-10T09:21:18.443Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.443Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4516d52d-84b0-42aa-9f4e-d3d3591d26a3: Generic NeutronNet
2023-02-10T09:21:18.444Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.445Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.483Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.483Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.484Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:21:18.485Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:21:18.485Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.585Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||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-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:21:18.586Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:21:18.587Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:21:18.587Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020878585,
  "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-10T09:21:19.588Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:21:19.607Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
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-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:21:19.609Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:21:49.610Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:21:49.624Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
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-10T09:21:49.636Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:21:49.636Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:21:49.637Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:22:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:22:00.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:22:00.086Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020860237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:22:00.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:22:19.637Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:22:19.657Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
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-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:22:19.660Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:22:49.661Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:22:49.670Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
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-10T09:22:49.672Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:22:49.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:22:49.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:23:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:00.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.088Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020836794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.089Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020867836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020854689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020855967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020860237,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:23:00.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020836794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020867836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020876588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020876749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020876724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020877231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.095Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020877593,
  "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-10T09:23:00.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 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-10T09:23:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676020878585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.116Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020878985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.117Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020879990,
  "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-10T09:23:00.123Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 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-10T09:23:00.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.136Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020883189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.137Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020884191,
  "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-10T09:23:00.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4774fea9-9007-4df0-bd74-98b893ea5fa4
2023-02-10T09:23:00.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4774fea9-9007-4df0-bd74-98b893ea5fa4 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-10T09:23:00.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:23:00.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:23:19.673Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:23:19.698Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4
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-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:23:19.701Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:23:19.702Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:23:19.703Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:23:19.703Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:23:19.709Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:23:49.710Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4 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-10T09:23:49.722Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4774fea9-9007-4df0-bd74-98b893ea5fa4 and serviceModelVersionId: 4516d52d-84b0-42aa-9f4e-d3d3591d26a3
2023-02-10T09:23:49.723Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29248264-dcb3-4f5f-b301-b317e4d5cafc
2023-02-10T09:23:49.724Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0
2023-02-10T09:23:49.738Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:23:49.835Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?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-10T09:23:49.838Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|INFO|500||Invoke
2023-02-10T09:23:49.848Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:23:50.107Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0|INFO|500||InvokeReturn
2023-02-10T09:23:50.109Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/29248264-dcb3-4f5f-b301-b317e4d5cafc/model-vers/model-ver/4516d52d-84b0-42aa-9f4e-d3d3591d26a3?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:23:50 GMT], content-length=[0], vertex-id=[348176], x-aai-txid=[1-aai-resources-230210-09:23:50:733-92918], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:23:50.109Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:23:50.110Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:23:50.110Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:23:50.115Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:23:50.115Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4774fea9-9007-4df0-bd74-98b893ea5fa4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:23:50.116Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:23:50.117Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:50.117Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:50.118Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021030116,
  "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-10T09:23:51.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:23:51.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-10T09:23:51.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"272e573a-ab96-4b6e-be98-4db086764d08","serviceName":"Demo_pNF_vDj9Uhuin90XUfCQAPAp","serviceVersion":"1.0","serviceUUID":"463598b7-a53a-4064-9396-b2c446af3171","serviceDescription":"catalog service description","serviceInvariantUUID":"a435271e-cc8d-4e0a-b846-c1594940dfed","resources":[{"resourceInstanceName":"pNF e9bb99a5-cd37 0","resourceName":"pNF e9bb99a5-cd37","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e294e710-e625-42cd-a95d-38557375d652","resourceInvariantUUID":"5d489db5-93b9-401e-aef7-04e01f36f358","resourceCustomizationUUID":"2639db7f-29ec-40c9-8134-ff029d4d24ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml","artifactChecksum":"MzhjMDlkMGUzMDk5MDc5NGEzMDAzYzAxMzY2YzlhNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b65411ee-3d09-4280-b1e2-f359bba7e3c2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar","artifactChecksum":"NzI4MjdkNmIwNDUwOGI5ZWQ0YjE4NDA4OTI0MTRlZDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db315ec2-1c33-4b95-95b3-8132a7ea9d65","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e1b1b8c-5dda-44fe-ba0d-1f452dba22d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml","artifactChecksum":"NWZjYzI3Njg0NjRkZTVjYmUzZGU3ZTM5NzBhNGMzMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f522d6fd-2964-4909-a088-636fac616a66","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43a2398c-dad9-49d7-8d17-53288cc335fc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8d1569e-5ebe-46fd-bf17-7b1fda4c87fc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVdj9uhuin90xufcqapap-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml","artifactChecksum":"YmI5NWRmMDg3MjVmODBlZmQ4MjMwMTQ2ZDBmNzNhMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10945820-96f5-48f2-b1ab-b2b2d50d16cd","artifactVersion":"1"},{"artifactName":"service-DemoPnfVdj9uhuin90xufcqapap-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar","artifactChecksum":"NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af3c08fb-d8f5-4f10-a5e5-7bd254cef296","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:23:51.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:51.169Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:52.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:52.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:52.171Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:52.172Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:53.173Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:53.174Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:54.174Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:54.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:54.175Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:54.176Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:55.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:55.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:55.178Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:55.179Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:56.184Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:56.184Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:57.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:57.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:57.188Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:57.188Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:58.189Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:58.190Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:23:59.192Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "serviceName": "Demo_pNF_vDj9Uhuin90XUfCQAPAp",
  "serviceVersion": "1.0",
  "serviceUUID": "463598b7-a53a-4064-9396-b2c446af3171",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a435271e-cc8d-4e0a-b846-c1594940dfed",
  "resources": [
    {
      "resourceInstanceName": "pNF e9bb99a5-cd37 0",
      "resourceCustomizationUUID": "2639db7f-29ec-40c9-8134-ff029d4d24ec",
      "resourceName": "pNF e9bb99a5-cd37",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e294e710-e625-42cd-a95d-38557375d652",
      "resourceInvariantUUID": "5d489db5-93b9-401e-aef7-04e01f36f358",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
      "artifactChecksum": "NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af3c08fb-d8f5-4f10-a5e5-7bd254cef296"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:23:59.192Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:23:59.193Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 463598b7-a53a-4064-9396-b2c446af3171 ASDC
2023-02-10T09:23:59.193Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:272e573a-ab96-4b6e-be98-4db086764d08
ServiceName:Demo_pNF_vDj9Uhuin90XUfCQAPAp
ServiceVersion:1.0
ServiceUUID:463598b7-a53a-4064-9396-b2c446af3171
ServiceInvariantUUID:a435271e-cc8d-4e0a-b846-c1594940dfed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
ArtifactUUID:af3c08fb-d8f5-4f10-a5e5-7bd254cef296
ArtifactChecksum:NjMyYzdhM2NmMTIxMjNiMjdiYTJkNmRmZDBiMzk4MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9bb99a5-cd37 0
ResourceCustomizationUUID:2639db7f-29ec-40c9-8134-ff029d4d24ec
ResourceInvariantUUID:5d489db5-93b9-401e-aef7-04e01f36f358
ResourceName:pNF e9bb99a5-cd37
ResourceType:PNF
ResourceUUID:e294e710-e625-42cd-a95d-38557375d652
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-10T09:23:59.193Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 463598b7-a53a-4064-9396-b2c446af3171 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-10T09:23:59.250Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:23:59.254Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af3c08fb-d8f5-4f10-a5e5-7bd254cef296 from URL: /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.255Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:23:59.255Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.374Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:23:59.379Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar af3c08fb-d8f5-4f10-a5e5-7bd254cef296 88019
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar ASDC sendASDCNotification
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:23:59.380Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:23:59.381Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021039380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:00.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020878595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020914689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020907472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020925853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020926017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020926858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-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-10T09:24:00.119Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.119Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 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-10T09:24:00.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.132Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.134Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.136Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020933159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:24:00.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.138Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.140Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020934161,
  "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-10T09:24:00.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 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-10T09:24:00.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020927836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020936624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020938516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:24:00.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020939520,
  "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-10T09:24:00.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 272e573a-ab96-4b6e-be98-4db086764d08
2023-02-10T09:24:00.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 272e573a-ab96-4b6e-be98-4db086764d08 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-10T09:24:00.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.213Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.220Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.221Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.222Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020927861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020956775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:24:00.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020977463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020978562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676020978467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:24:00.269Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
2023-02-10T09:24:00.269Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-10T09:24:00.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020979699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:24:00.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020980775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:24:00.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:24:00.382Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:00.383Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:00.383Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: af3c08fb-d8f5-4f10-a5e5-7bd254cef296, URL: /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar to file: /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.384Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.384Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.385Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:00.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16767465371281930976/Definitions/service-DemoPnfVdj9uhuin90xufcqapap-template.yml
2023-02-10T09:24:01.430Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:24:01.430Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.431Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9bb99a5-cd37 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-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.432Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Node template pNF e9bb99a5-cd37 0 is matching search criteria
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e9bb99a5-cd37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:01.433Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Node template pNF e9bb99a5-cd37 0 is matching search criteria
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e9bb99a5-cd37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:01.434Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.435Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.436Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vDj9Uhuin90XUfCQAPAp
Description:catalog service description
Model UUID:463598b7-a53a-4064-9396-b2c446af3171
Model Version:NULL
Model InvariantUuid:a435271e-cc8d-4e0a-b846-c1594940dfed
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-10T09:24:01.452Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e294e710-e625-42cd-a95d-38557375d652
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-10T09:24:01.455Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||pNF e9bb99a5-cd37 0
2023-02-10T09:24:01.455Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e294e710-e625-42cd-a95d-38557375d652
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:01.456Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e9bb99a5-cd37 0 e294e710-e625-42cd-a95d-38557375d652 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-10T09:24:01.460Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fed55d4, org.onap.sdc.toscaparser.api.parameters.Input@368164ac, org.onap.sdc.toscaparser.api.parameters.Input@660c974a, org.onap.sdc.toscaparser.api.parameters.Input@273e6e68, org.onap.sdc.toscaparser.api.parameters.Input@32e8ccae]
2023-02-10T09:24:01.460Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 463598b7-a53a-4064-9396-b2c446af3171: pNF e9bb99a5-cd37
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Processing PNF resource: e294e710-e625-42cd-a95d-38557375d652
2023-02-10T09:24:01.461Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:01.462Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vDj9Uhuin90XUfCQAPAp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:01.462Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2639db7f-29ec-40c9-8134-ff029d4d24ec is the same as notified resource customizationUUID: 2639db7f-29ec-40c9-8134-ff029d4d24ec
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-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e9bb99a5-cd37 e294e710-e625-42cd-a95d-38557375d652 0 ASDC deployResourceStructure
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar ASDC sendASDCNotification
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:01.511Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:01.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:01.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021041511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:02.512Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:24:02.527Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08
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-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:24:02.530Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:24:02.531Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:24:02.535Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:24:32.536Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 272e573a-ab96-4b6e-be98-4db086764d08 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-10T09:24:32.543Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 272e573a-ab96-4b6e-be98-4db086764d08 and serviceModelVersionId: 463598b7-a53a-4064-9396-b2c446af3171
2023-02-10T09:24:32.543Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a435271e-cc8d-4e0a-b846-c1594940dfed
2023-02-10T09:24:32.544Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0
2023-02-10T09:24:32.548Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:24:32.601Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?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-10T09:24:32.608Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|INFO|500||Invoke
2023-02-10T09:24:32.616Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:24:32.727Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0|INFO|500||InvokeReturn
2023-02-10T09:24:32.731Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a435271e-cc8d-4e0a-b846-c1594940dfed/model-vers/model-ver/463598b7-a53a-4064-9396-b2c446af3171?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:24:33 GMT], content-length=[0], vertex-id=[196768], x-aai-txid=[2-aai-resources-230210-09:24:33:504-12514], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:24:32.731Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:24:32.732Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:24:32.732Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:24:32.736Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:24:32.736Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 272e573a-ab96-4b6e-be98-4db086764d08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:32.737Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021072737,
  "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-10T09:24:33.766Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-10T09:24:33.767Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d1bb8536-e16a-462e-b96c-22a13d822b46","serviceDescription":"service","serviceInvariantUUID":"a4b1877e-188b-4c33-b167-b5a98dec0197","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afeed633-0400-4507-9122-19a43baa7629","resourceInvariantUUID":"25b78c73-23b9-42e9-89be-84d3817084d9","resourceCustomizationUUID":"ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MjM4NjMwMTE1MDVkODEzMTFhNDg0MjliOWQ5NGE4MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2dc75034-0349-4e1d-b83c-0c113469c720","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd7cc551-afd7-400d-8931-e44bfb5d6985","artifactVersion":"2","generatedFromUUID":"65326287-41dc-4d00-8092-39a54de0e553"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65326287-41dc-4d00-8092-39a54de0e553","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcff0853-2a04-4097-9afd-bd70d2afcc01","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"038d2e6d-be52-4650-b0de-688363773095","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72777629-a079-4b37-97bf-f307c8b112d7","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b","artifactVersion":"2","generatedFromUUID":"038d2e6d-be52-4650-b0de-688363773095"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjhhNmRjYzZiM2M2Y2Y1MTQ1ZGE1MzM2Mzk3YjNlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0715a7fb-52ad-48e6-b400-a94006e5c194","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9363dbfe-fb03-4500-9616-a880e90bdf30","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:33.768Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:34.769Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:34.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:35.770Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:35.771Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:36.772Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:36.773Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:37.775Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:37.775Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:37.778Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:37.778Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:38.779Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:38.780Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:39.782Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:39.782Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:39.783Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:39.783Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:40.784Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:40.784Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:40.785Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:40.785Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:41.786Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:41.787Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:42.789Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d1bb8536-e16a-462e-b96c-22a13d822b46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a4b1877e-188b-4c33-b167-b5a98dec0197",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afeed633-0400-4507-9122-19a43baa7629",
      "resourceInvariantUUID": "25b78c73-23b9-42e9-89be-84d3817084d9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd7cc551-afd7-400d-8931-e44bfb5d6985",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "65326287-41dc-4d00-8092-39a54de0e553",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcff0853-2a04-4097-9afd-bd70d2afcc01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "038d2e6d-be52-4650-b0de-688363773095",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b",
            "generatedFromUUID": "038d2e6d-be52-4650-b0de-688363773095"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9363dbfe-fb03-4500-9616-a880e90bdf30"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:24:42.790Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:24:42.790Z|272e573a-ab96-4b6e-be98-4db086764d08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d1bb8536-e16a-462e-b96c-22a13d822b46 ASDC
2023-02-10T09:24:42.791Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d1bb8536-e16a-462e-b96c-22a13d822b46
ServiceInvariantUUID:a4b1877e-188b-4c33-b167-b5a98dec0197
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:9363dbfe-fb03-4500-9616-a880e90bdf30
ArtifactChecksum:ZTkyYWVmZmViZWZjNGVkM2ExZDRjOWRkNGZjYjQ0N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
ResourceInvariantUUID:25b78c73-23b9-42e9-89be-84d3817084d9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:afeed633-0400-4507-9122-19a43baa7629
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:bd7cc551-afd7-400d-8931-e44bfb5d6985
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:65326287-41dc-4d00-8092-39a54de0e553
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:bcff0853-2a04-4097-9afd-bd70d2afcc01
ArtifactChecksum:NmU3ZThlNzEyYjk5MTQ3NWNkZTEwYmY1MzU2YWUxZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:038d2e6d-be52-4650-b0de-688363773095
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T09:24:42.792Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1bb8536-e16a-462e-b96c-22a13d822b46 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-10T09:24:42.835Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:42.836Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9363dbfe-fb03-4500-9616-a880e90bdf30 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:42.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.892Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:42.894Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9363dbfe-fb03-4500-9616-a880e90bdf30 73993
2023-02-10T09:24:42.895Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-10T09:24:42.896Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:42.896Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:42.897Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021082895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:43.898Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9363dbfe-fb03-4500-9616-a880e90bdf30, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:43.900Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-10T09:24:43.901Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:43.901Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:44.025Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14659152441300900959/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-10T09:24:45.191Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:24:45.192Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:45.192Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.193Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.194Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:45.195Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:45.195Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:45.195Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.195Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.196Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:45.196Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:24:45.196Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:24:45.196Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.196Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.197Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.197Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-10T09:24:45.197Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-10T09:24:45.197Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-10T09:24:45.197Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:24:45.198Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.198Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:24:45.198Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.198Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:45.199Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:45.199Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.199Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:45.199Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:45.200Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.200Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:45.200Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:45.200Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=067b4b05-d115-4136-8d90-061582f0683f
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.201Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.202Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.202Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:45.202Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:45.202Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d1bb8536-e16a-462e-b96c-22a13d822b46
Model Version:NULL
Model InvariantUuid:a4b1877e-188b-4c33-b167-b5a98dec0197
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a3798ce3-1a99-47bd-adaf-ee9c777558e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25b78c73-23b9-42e9-89be-84d3817084d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8647c18a-efe1-4c68-88c5-8acab8c9fe46
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cfe18f1d-d52f-404b-818f-11c184f2d505
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:067b4b05-d115-4136-8d90-061582f0683f
ModelInvariantUuid:11e85f27-c894-4801-8ee7-2e5c03bd7c9f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:215de07c-7d46-4e71-a81d-524041682513
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8725a611-3028-486a-bb98-b69367604787
ModelInvariantUuid:4ab538d4-b796-40ce-8f8e-b4c26c55479c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:975a9b9b-42cd-4aac-bc22-1b4ac6fb978a
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-10T09:24:45.208Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: afeed633-0400-4507-9122-19a43baa7629
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-10T09:24:45.213Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||basic_cnf 0
2023-02-10T09:24:45.213Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afeed633-0400-4507-9122-19a43baa7629
2023-02-10T09:24:45.214Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd7cc551-afd7-400d-8931-e44bfb5d6985 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-10T09:24:45.214Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:45.214Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-10T09:24:45.323Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:45.323Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bd7cc551-afd7-400d-8931-e44bfb5d6985 12
2023-02-10T09:24:45.324Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-10T09:24:45.324Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-10T09:24:45.324Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:45.324Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:45.324Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:45.325Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021085323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:46.325Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65326287-41dc-4d00-8092-39a54de0e553 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-10T09:24:46.326Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:46.326Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-10T09:24:46.414Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:46.415Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 65326287-41dc-4d00-8092-39a54de0e553 2688
2023-02-10T09:24:46.415Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-10T09:24:46.415Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-10T09:24:46.416Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:46.416Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:46.416Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:46.417Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021086415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:47.418Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcff0853-2a04-4097-9afd-bd70d2afcc01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-10T09:24:47.419Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:47.420Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-10T09:24:47.494Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:47.495Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bcff0853-2a04-4097-9afd-bd70d2afcc01 828
2023-02-10T09:24:47.495Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-10T09:24:47.495Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-10T09:24:47.496Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:47.496Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:47.496Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:47.496Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021087495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:48.497Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8647c18a-efe1-4c68-88c5-8acab8c9fe46",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfe18f1d-d52f-404b-818f-11c184f2d505",
    "vfModuleModelCustomizationUUID": "47adaaa7-d37e-45e5-9abc-70301bebfd58",
    "isBase": true,
    "artifacts": [
      "038d2e6d-be52-4650-b0de-688363773095",
      "65326287-41dc-4d00-8092-39a54de0e553",
      "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-10T09:24:48.515Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfe18f1d-d52f-404b-818f-11c184f2d505
VfModuleModelInvariantUUID:8647c18a-efe1-4c68-88c5-8acab8c9fe46
VfModuleModelDescription:NULL
Artifacts UUID List:{
038d2e6d-be52-4650-b0de-688363773095
,
65326287-41dc-4d00-8092-39a54de0e553
,
fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b

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

isBase:true


}

2023-02-10T09:24:48.518Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8647c18a-efe1-4c68-88c5-8acab8c9fe46",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfe18f1d-d52f-404b-818f-11c184f2d505",
    "vfModuleModelCustomizationUUID": "47adaaa7-d37e-45e5-9abc-70301bebfd58",
    "isBase": true,
    "artifacts": [
      "038d2e6d-be52-4650-b0de-688363773095",
      "65326287-41dc-4d00-8092-39a54de0e553",
      "fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-10T09:24:48.518Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfe18f1d-d52f-404b-818f-11c184f2d505
VfModuleModelInvariantUUID:8647c18a-efe1-4c68-88c5-8acab8c9fe46
VfModuleModelDescription:NULL
Artifacts UUID List:{
038d2e6d-be52-4650-b0de-688363773095
,
65326287-41dc-4d00-8092-39a54de0e553
,
fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b

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

isBase:true


}

2023-02-10T09:24:48.518Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 038d2e6d-be52-4650-b0de-688363773095 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-10T09:24:48.519Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:48.519Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-10T09:24:48.573Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:48.573Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 038d2e6d-be52-4650-b0de-688363773095 1164
2023-02-10T09:24:48.574Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-10T09:24:48.574Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-10T09:24:48.574Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:48.574Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:48.575Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:48.575Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021088574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:49.575Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-10T09:24:49.576Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:24:49.576Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-10T09:24:49.625Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:24:49.625Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fbc1ee1c-5bcf-41bf-bd9c-3b843836f28b 200
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:49.626Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021089626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:50.627Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d1bb8536-e16a-462e-b96c-22a13d822b46
2023-02-10T09:24:50.627Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 afeed633-0400-4507-9122-19a43baa7629 ASDC
2023-02-10T09:24:50.638Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-10T09:24:50.650Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@518d1a66, org.onap.sdc.toscaparser.api.parameters.Input@2ad7a13c, org.onap.sdc.toscaparser.api.parameters.Input@449b4d4d, org.onap.sdc.toscaparser.api.parameters.Input@598942b7, org.onap.sdc.toscaparser.api.parameters.Input@606e2dca]
2023-02-10T09:24:50.652Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.652Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.652Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-10T09:24:50.652Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
2023-02-10T09:24:50.652Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2 matches Tosca VF Customization UUID: ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
2023-02-10T09:24:50.653Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2  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-10T09:24:50.655Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.655Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.655Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:24:50.656Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ac71f52
2023-02-10T09:24:50.656Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.656Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:24:50.656Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47adaaa7-d37e-45e5-9abc-70301bebfd58
2023-02-10T09:24:50.656Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47adaaa7-d37e-45e5-9abc-70301bebfd58
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-10T09:24:50.658Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.659Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:50.659Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:50.659Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.659Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:50.659Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:50.660Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.660Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-10T09:24:50.660Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-10T09:24:50.660Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=067b4b05-d115-4136-8d90-061582f0683f
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-10T09:24:50.662Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.662Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:50.663Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:24:50.663Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.663Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-10T09:24:50.663Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ddb3b4fb-39d8-4f9b-ae5f-0fc3e8accfb2
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-10T09:24:50.665Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.665Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.665Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d1bb8536-e16a-462e-b96c-22a13d822b46: basic_cnf
2023-02-10T09:24:50.665Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.665Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.666Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.667Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:24:50.667Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:24:50.667Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T09:24:50.758Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf afeed633-0400-4507-9122-19a43baa7629 1 ASDC deployResourceStructure
2023-02-10T09:24:50.759Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-10T09:24:50.759Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-10T09:24:50.760Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-10T09:24:50.760Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:50.760Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:50.760Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021090759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:51.761Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-10T09:24:51.761Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-10T09:24:51.761Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-10T09:24:51.762Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:51.762Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:51.762Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021091761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:52.763Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-10T09:24:52.763Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-10T09:24:52.763Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:52.764Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:52.764Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:52.764Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021092763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:53.765Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-10T09:24:53.765Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-10T09:24:53.765Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:53.765Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:53.766Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:53.766Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021093765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:54.767Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-10T09:24:54.767Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-10T09:24:54.767Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:54.768Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:54.768Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:54.768Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021094767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:55.769Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-10T09:24:55.769Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-10T09:24:55.769Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:24:55.770Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:24:55.770Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:24:55.770Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021095769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:24:56.771Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:24:56.785Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
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-10T09:24:56.787Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:24:56.787Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:24:56.788Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:25:00.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:25:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020981838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:25:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020983057,
  "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-10T09:25:00.102Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
2023-02-10T09:25:00.102Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-10T09:25:00.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020974689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:25:00.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676020984067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020983783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020994136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.126Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676020995138,
  "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-10T09:25:00.131Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
2023-02-10T09:25:00.131Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-10T09:25:00.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.152Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020987836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676020997570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021000016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:25:00.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.154Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021001021,
  "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-10T09:25:00.159Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
2023-02-10T09:25:00.159Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-10T09:25:00.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4774fea9-9007-4df0-bd74-98b893ea5fa4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021030116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/resourceInstances/pnfe9bb99a5cd370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:25:00.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:00.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T09:25:00.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021039380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:25:00.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:25:26.788Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:25:26.799Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b
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-10T09:25:26.802Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:25:26.802Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:25:26.802Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:25:26.802Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:25:26.803Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:25:26.809Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:25:56.809Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b 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-10T09:25:56.817Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b and serviceModelVersionId: d1bb8536-e16a-462e-b96c-22a13d822b46
2023-02-10T09:25:56.817Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4b1877e-188b-4c33-b167-b5a98dec0197
2023-02-10T09:25:56.817Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?depth=0
2023-02-10T09:25:56.822Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:25:56.870Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?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-10T09:25:56.871Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?depth=0|INFO|500||Invoke
2023-02-10T09:25:56.875Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:25:57.391Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?depth=0|INFO|500||InvokeReturn
2023-02-10T09:25:57.392Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4b1877e-188b-4c33-b167-b5a98dec0197/model-vers/model-ver/d1bb8536-e16a-462e-b96c-22a13d822b46?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:25:57 GMT], content-length=[0], vertex-id=[212992], x-aai-txid=[0-aai-resources-230210-09:25:57:770-69968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:25:57.392Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:25:57.393Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:25:57.393Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:25:57.397Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:25:57.397Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:25:57.398Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:25:57.398Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:25:57.399Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:25:57.399Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021157398,
  "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-10T09:25:58.423Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:26:00.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:26:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.087Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021041511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVdj9uhuin90xufcqapap/1.0/artifacts/service-DemoPnfVdj9uhuin90xufcqapap-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:26:00.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.088Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "272e573a-ab96-4b6e-be98-4db086764d08",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021072737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:26:00.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:26:00.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.091Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.096Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:26:00.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.098Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:26:00.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.098Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021031147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021082895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021085323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.103Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021086415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.103Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021087495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021088574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021089626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021090759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021091761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021092763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021093765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021094767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021095769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:26:00.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:26:58.423Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:27:00.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:27:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T09:27:00.087Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021157398,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:27:00.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:27:02.821Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-10T09:27:02.821Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3c64fd49-0d49-4798-8665-7228a8490cdc","serviceDescription":"service","serviceInvariantUUID":"183de7be-c3e0-4e29-b36b-525c54471f92","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a85abd9-b9b7-49f1-902b-2867b3b1b46f","resourceInvariantUUID":"09ce51cf-fc45-48a0-bd07-598c0dc35a6e","resourceCustomizationUUID":"53055f42-20a7-4638-8e7d-eee77862e7f7","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":"YmI2MzgxMGJjZWE3MThjY2QwYzJjYTVmYWM2ODM2M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf980504-d275-4587-b096-ce19e8a7b75c","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":"OTkxOTQ3Nzg5ZmVlMGM0MTI0ODM3N2I4NTI4ZmQ4ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9cbbfc7-d413-4dfc-a74f-0f145851bbc0","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":"d43505ae-28ea-424b-a682-b73dfa0fdea5","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":"8d02e613-aa49-4717-a03f-ab831d39bdad","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":"8e02af7d-3001-4705-9f4a-dbe8bd3f9c88","artifactVersion":"2","generatedFromUUID":"d43505ae-28ea-424b-a682-b73dfa0fdea5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTI4ZjBlMzdiZmE3ZTQ1MGZiOTAyMWI4YTMxMjk2MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01e62c7b-aaab-4394-be61-6ade3be51378","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMwNzNlN2VmOWZkOTg2Mzc5ZTAyMTc4NzI3YmZjM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"355f2382-4089-42b9-b7e3-c903abbc7d85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T09:27:02.824Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:02.825Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:02.825Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:02.825Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:03.826Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:03.826Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:03.827Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:03.827Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:04.831Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:04.831Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:04.831Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:04.831Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:05.832Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:05.832Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:05.832Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:05.833Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:06.833Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:06.834Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:06.834Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:06.834Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:07.834Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:07.835Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:07.835Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:07.835Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "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-10T09:27:08.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T09:27:08.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:08.837Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:08.838Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:27:09.839Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3c64fd49-0d49-4798-8665-7228a8490cdc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "183de7be-c3e0-4e29-b36b-525c54471f92",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "53055f42-20a7-4638-8e7d-eee77862e7f7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8a85abd9-b9b7-49f1-902b-2867b3b1b46f",
      "resourceInvariantUUID": "09ce51cf-fc45-48a0-bd07-598c0dc35a6e",
      "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": "OTkxOTQ3Nzg5ZmVlMGM0MTI0ODM3N2I4NTI4ZmQ4ZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9cbbfc7-d413-4dfc-a74f-0f145851bbc0",
          "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": "d43505ae-28ea-424b-a682-b73dfa0fdea5",
          "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": "8e02af7d-3001-4705-9f4a-dbe8bd3f9c88",
            "generatedFromUUID": "d43505ae-28ea-424b-a682-b73dfa0fdea5"
          },
          "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": "8e02af7d-3001-4705-9f4a-dbe8bd3f9c88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzMwNzNlN2VmOWZkOTg2Mzc5ZTAyMTc4NzI3YmZjM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "355f2382-4089-42b9-b7e3-c903abbc7d85"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T09:27:09.839Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T09:27:09.842Z|c25eb0cd-bbfe-4d7f-9232-6d96dd6b717b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c64fd49-0d49-4798-8665-7228a8490cdc ASDC
2023-02-10T09:27:09.843Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3c64fd49-0d49-4798-8665-7228a8490cdc
ServiceInvariantUUID:183de7be-c3e0-4e29-b36b-525c54471f92
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:355f2382-4089-42b9-b7e3-c903abbc7d85
ArtifactChecksum:YzMwNzNlN2VmOWZkOTg2Mzc5ZTAyMTc4NzI3YmZjM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:53055f42-20a7-4638-8e7d-eee77862e7f7
ResourceInvariantUUID:09ce51cf-fc45-48a0-bd07-598c0dc35a6e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8a85abd9-b9b7-49f1-902b-2867b3b1b46f
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:d9cbbfc7-d413-4dfc-a74f-0f145851bbc0
ArtifactChecksum:OTkxOTQ3Nzg5ZmVlMGM0MTI0ODM3N2I4NTI4ZmQ4ZjI=
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:d43505ae-28ea-424b-a682-b73dfa0fdea5
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:8e02af7d-3001-4705-9f4a-dbe8bd3f9c88
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:8e02af7d-3001-4705-9f4a-dbe8bd3f9c88
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T09:27:09.843Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c64fd49-0d49-4798-8665-7228a8490cdc 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-10T09:27:09.905Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:27:09.905Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:27:09.906Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:27:09.906Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 355f2382-4089-42b9-b7e3-c903abbc7d85 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-10T09:27:09.906Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:27:09.906Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-10T09:27:09.961Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:27:09.963Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 355f2382-4089-42b9-b7e3-c903abbc7d85 75193
2023-02-10T09:27:09.963Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:09.963Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:09.963Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:27:09.964Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:09.964Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:09.964Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021229963,
  "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-10T09:27:10.966Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T09:27:10.967Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-10T09:27:10.967Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 355f2382-4089-42b9-b7e3-c903abbc7d85, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-10T09:27:10.967Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-10T09:27:10.968Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-10T09:27:10.968Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-10T09:27:11.091Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1540526969090464317/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-10T09:27:12.283Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T09:27:12.283Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:27:12.283Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-10T09:27:12.283Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T09:27:12.283Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.284Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-10T09:27:12.285Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-10T09:27:12.286Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-10T09:27:12.287Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T09:27:12.287Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T09:27:12.287Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.287Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:27:12.288Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.288Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:12.288Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:12.289Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.289Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:12.289Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:12.289Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.289Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:12.290Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:12.290Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.290Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-10T09:27:12.291Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-10T09:27:12.291Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T09:27:12.292Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84468683-faeb-4ffa-8d8b-9a3db72781c9
2023-02-10T09:27:12.293Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.293Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.293Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.293Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.294Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.294Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.294Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:12.294Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:12.294Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3c64fd49-0d49-4798-8665-7228a8490cdc
Model Version:NULL
Model InvariantUuid:183de7be-c3e0-4e29-b36b-525c54471f92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b41104c1-5e8b-494a-9b43-2f9348341a51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09ce51cf-fc45-48a0-bd07-598c0dc35a6e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53055f42-20a7-4638-8e7d-eee77862e7f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:afd324f0-ed16-4684-9f18-a3ea26a79852
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4093fe21-f1a1-4d29-8112-498d894128b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:84468683-faeb-4ffa-8d8b-9a3db72781c9
ModelInvariantUuid:e100ca11-9deb-4e9c-91fa-dcb12b87868a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:31ef6e29-a94a-4361-a071-ed2d6ebda6a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6644f5e1-ffb2-40d6-9cba-f46952cbde9d
ModelInvariantUuid:ee106e8b-63e2-48eb-955c-3dea9515e684
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4cab86fd-76fb-4ccf-9627-8311b1ee9828
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-10T09:27:12.310Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a85abd9-b9b7-49f1-902b-2867b3b1b46f
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-10T09:27:12.314Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-02-10T09:27:12.315Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a85abd9-b9b7-49f1-902b-2867b3b1b46f
2023-02-10T09:27:12.315Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9cbbfc7-d413-4dfc-a74f-0f145851bbc0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-10T09:27:12.315Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:27:12.315Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.413Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:27:12.414Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d9cbbfc7-d413-4dfc-a74f-0f145851bbc0 787
2023-02-10T09:27:12.414Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.414Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:12.415Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:27:12.415Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:12.415Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:12.416Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021232414,
  "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-10T09:27:13.417Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "afd324f0-ed16-4684-9f18-a3ea26a79852",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4093fe21-f1a1-4d29-8112-498d894128b0",
    "vfModuleModelCustomizationUUID": "dea8e2a3-6ad6-406f-bc80-ef29a61daf40",
    "isBase": true,
    "artifacts": [
      "d43505ae-28ea-424b-a682-b73dfa0fdea5",
      "8e02af7d-3001-4705-9f4a-dbe8bd3f9c88"
    ],
    "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-10T09:27:13.421Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4093fe21-f1a1-4d29-8112-498d894128b0
VfModuleModelInvariantUUID:afd324f0-ed16-4684-9f18-a3ea26a79852
VfModuleModelDescription:NULL
Artifacts UUID List:{
d43505ae-28ea-424b-a682-b73dfa0fdea5
,
8e02af7d-3001-4705-9f4a-dbe8bd3f9c88

}
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-10T09:27:13.423Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "afd324f0-ed16-4684-9f18-a3ea26a79852",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4093fe21-f1a1-4d29-8112-498d894128b0",
    "vfModuleModelCustomizationUUID": "dea8e2a3-6ad6-406f-bc80-ef29a61daf40",
    "isBase": true,
    "artifacts": [
      "d43505ae-28ea-424b-a682-b73dfa0fdea5",
      "8e02af7d-3001-4705-9f4a-dbe8bd3f9c88"
    ],
    "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-10T09:27:13.423Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4093fe21-f1a1-4d29-8112-498d894128b0
VfModuleModelInvariantUUID:afd324f0-ed16-4684-9f18-a3ea26a79852
VfModuleModelDescription:NULL
Artifacts UUID List:{
d43505ae-28ea-424b-a682-b73dfa0fdea5
,
8e02af7d-3001-4705-9f4a-dbe8bd3f9c88

}
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-10T09:27:13.424Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d43505ae-28ea-424b-a682-b73dfa0fdea5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-10T09:27:13.424Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:27:13.424Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:13.503Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:27:13.503Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d43505ae-28ea-424b-a682-b73dfa0fdea5 5033
2023-02-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:13.504Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021233504,
  "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-10T09:27:14.505Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e02af7d-3001-4705-9f4a-dbe8bd3f9c88 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-10T09:27:14.505Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-10T09:27:14.506Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:14.562Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-10T09:27:14.562Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8e02af7d-3001-4705-9f4a-dbe8bd3f9c88 903
2023-02-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:14.563Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021234563,
  "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-10T09:27:15.564Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3c64fd49-0d49-4798-8665-7228a8490cdc
2023-02-10T09:27:15.565Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8a85abd9-b9b7-49f1-902b-2867b3b1b46f 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-10T09:27:15.581Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@109c1f5, org.onap.sdc.toscaparser.api.parameters.Input@4aebbf6b, org.onap.sdc.toscaparser.api.parameters.Input@310f6596, org.onap.sdc.toscaparser.api.parameters.Input@718b5884, org.onap.sdc.toscaparser.api.parameters.Input@3ec22929]
2023-02-10T09:27:15.584Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.585Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.585Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-10T09:27:15.585Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 53055f42-20a7-4638-8e7d-eee77862e7f7
2023-02-10T09:27:15.585Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53055f42-20a7-4638-8e7d-eee77862e7f7 matches Tosca VF Customization UUID: 53055f42-20a7-4638-8e7d-eee77862e7f7
2023-02-10T09:27:15.585Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 53055f42-20a7-4638-8e7d-eee77862e7f7  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-10T09:27:15.589Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.589Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.590Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 53055f42-20a7-4638-8e7d-eee77862e7f7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-10T09:27:15.590Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48c8018f
2023-02-10T09:27:15.590Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.591Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T09:27:15.591Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dea8e2a3-6ad6-406f-bc80-ef29a61daf40
2023-02-10T09:27:15.591Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dea8e2a3-6ad6-406f-bc80-ef29a61daf40
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-10T09:27:15.594Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.594Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:15.594Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:15.595Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.595Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:15.595Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:15.596Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.596Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-10T09:27:15.596Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-10T09:27:15.596Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T09:27:15.597Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84468683-faeb-4ffa-8d8b-9a3db72781c9
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-10T09:27:15.599Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.599Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:15.599Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T09:27:15.599Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.600Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-10T09:27:15.600Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=53055f42-20a7-4638-8e7d-eee77862e7f7
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-10T09:27:15.602Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.602Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.603Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3c64fd49-0d49-4798-8665-7228a8490cdc: basic_vm
2023-02-10T09:27:15.603Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.603Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.603Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.604Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.604Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.604Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.604Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.605Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.605Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T09:27:15.605Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T09:27:15.606Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:15.689Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8a85abd9-b9b7-49f1-902b-2867b3b1b46f 1 ASDC deployResourceStructure
2023-02-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:15.690Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021235690,
  "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-10T09:27:16.695Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:16.695Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:16.695Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:27:16.695Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:16.695Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:16.696Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021236695,
  "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-10T09:27:17.697Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:17.697Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:17.697Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:27:17.698Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:17.698Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:17.698Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021237697,
  "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-10T09:27:18.700Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:18.701Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||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-10T09:27:18.701Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T09:27:18.701Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:27:18.701Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:27:18.702Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021238700,
  "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-10T09:27:19.703Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:27:19.722Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
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-10T09:27:19.724Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:27:19.724Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:27:19.724Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:27:49.725Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:27:49.738Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
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-10T09:27:49.741Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:27:49.741Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T09:27:49.741Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T09:28:00.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:28:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.093Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.094Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.098Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.116Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.118Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.124Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.125Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.126Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.127Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.127Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021214689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.128Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021218423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.129Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021219473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021195083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.130Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.131Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021229847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021230009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.132Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021229963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021231036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.133Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.134Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676021230851,
  "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-10T09:28:00.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
2023-02-10T09:28:00.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 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-10T09:28:00.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021232202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.187Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021232414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021233299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021233504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.190Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021234392,
  "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-10T09:28:00.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
2023-02-10T09:28:00.196Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 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-10T09:28:00.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T09:28:00.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676021235406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021234563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021227837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021235690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021235611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021236695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021237697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021238053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021238700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676021239058,
  "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-10T09:28:00.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
2023-02-10T09:28:00.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 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-10T09:28:00.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.260Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021240929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T09:28:00.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:28:00.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T09:28:00.261Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "aai-model-loader",
  "timestamp": 1676021241931,
  "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-10T09:28:00.266Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
2023-02-10T09:28:00.266Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 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-10T09:28:19.742Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T09:28:19.760Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37
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-10T09:28:19.763Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T09:28:19.764Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T09:28:19.764Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T09:28:19.764Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T09:28:19.764Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:28:19.765Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:28:19.765Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:28:19.765Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:28:19.766Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T09:28:19.766Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T09:28:19.772Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T09:28:49.773Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 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-10T09:28:49.784Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 and serviceModelVersionId: 3c64fd49-0d49-4798-8665-7228a8490cdc
2023-02-10T09:28:49.786Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 183de7be-c3e0-4e29-b36b-525c54471f92
2023-02-10T09:28:49.789Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0
2023-02-10T09:28:49.798Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T09:28:49.853Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0|INFO|500||Invoke
2023-02-10T09:28:49.853Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d5aab70-dfdb-4100-8ecd-8a9f113fda2d], X-ECOMP-RequestID=[578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37], X-TransactionId=[], X-ONAP-RequestID=[578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37], Content-Type=[application/merge-patch+json]}
2023-02-10T09:28:49.859Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T09:28:50.275Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?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/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 09:28:50 GMT], content-length=[0], vertex-id=[217136], x-aai-txid=[1-aai-resources-230210-09:28:50:749-39849], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T09:28:50.275Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-10T09:28:50.276Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/183de7be-c3e0-4e29-b36b-525c54471f92/model-vers/model-ver/3c64fd49-0d49-4798-8665-7228a8490cdc?depth=0|INFO|500||InvokeReturn
2023-02-10T09:28:50.276Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T09:28:50.276Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T09:28:50.281Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T09:28:50.281Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T09:28:50.281Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T09:28:50.281Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-10T09:28:50.282Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T09:28:50.282Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021330281,
  "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-10T09:28:51.295Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:29:00.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:29:00.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-10T09:29:00.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676021330281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T09:29:00.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T09:29:51.300Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:30:00.084Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:30:51.302Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:31:00.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:31:51.303Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:32:00.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:32:51.304Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:33:00.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:33:51.308Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:34:00.088Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:34:51.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:35:00.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:35:51.312Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:36:00.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:36:51.313Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:37:00.092Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:37:51.314Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:38:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:38:51.315Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:39:00.095Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:39:51.317Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:40:00.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:40:51.318Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:41:00.099Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:41:51.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:42:00.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:42:51.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:43:00.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:43:51.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:44:00.101Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:44:51.324Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:45:00.102Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:45:51.327Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:46:00.103Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:46:51.328Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:47:00.104Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:47:51.329Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:48:00.105Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:48:51.330Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:49:00.106Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:49:51.332Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:50:00.107Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:50:51.334Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:51:00.109Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:51:51.337Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:52:00.110Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:52:51.338Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:53:00.111Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:53:51.338Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:54:00.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:54:51.339Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:55:00.113Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:55:51.340Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:56:00.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:56:51.341Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:57:00.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:57:51.343Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:58:00.117Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:58:51.343Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T09:59:00.117Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T09:59:51.345Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:00:00.118Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:00:51.347Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:01:00.119Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:01:51.348Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:02:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:02:51.349Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:03:00.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:03:51.350Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:04:00.120Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:04:51.350Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:05:00.122Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:05:51.352Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:06:00.123Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:06:51.354Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:07:00.126Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:07:51.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:08:00.127Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:08:51.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:09:00.128Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:09:51.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:10:00.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:10:51.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:11:00.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:11:51.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:12:00.132Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:12:51.361Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:13:00.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:13:51.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:14:00.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:14:15.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T10:14:15.119Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b248e6bb-96fb-4a57-99e1-cf5873e4c5bc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e83cf155-3566-4018-b70e-f1c1d0634a42","serviceDescription":"service","serviceInvariantUUID":"1ac302c6-4095-49d6-80b3-796c57fc6e3a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a","resourceInvariantUUID":"bbf55ed8-8e35-4ef2-85c6-b0de3d5772e5","resourceCustomizationUUID":"cd380dc8-1e82-4eb1-84a9-c0caa563a9e8","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":"MjJjZGY1ODMyYTFmMzkyYTRiZmUzMTE2Y2E0MzExYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8558faf0-2513-4b17-b588-86539c4e66a4","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":"ZWUwZjhhMzI2OGE2YTRiNjY5YmE3ZDYzMzJmYzk2MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e1f5686-c3e2-4c0d-8f30-eafb37d09dc6","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":"3b03d790-fb6b-40ae-a566-ff1652e7de57","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":"a0df2f31-3a94-4f7b-aff2-6b8f86cfb6ac","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":"1288143f-8dde-4873-8ea8-fd38725ff1db","artifactVersion":"2","generatedFromUUID":"3b03d790-fb6b-40ae-a566-ff1652e7de57"},{"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":"MjU5NjA0YzQzMTYwYjdkMjg1ZjM0MjQwYTQ4NTI0Yjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bc746491-4905-4a69-89a0-51291e7b1f46","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":"MTVhNmQ3MGZjMWIzY2ZhNTJjOTRjZmJlMTUxOTE3NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d516bbf-0278-48b1-8342-4a1f83b7bf49","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmJiZWJhMzBlY2RhZTIwODEwNGQyNjFlZDhkZmI0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f516298d-2a9d-4b07-a0bd-b018c71b33c5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T10:14:15.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:15.124Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:15.124Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:15.125Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:15.131Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.132Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.132Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.132Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.132Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.132Z||kafka-producer-network-thread | SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d7a73f16-fb61-45ec-a420-130a36d47a8b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to vMAuMxAdQLWke8mZl8NlXw
2023-02-10T10:14:15.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-10T10:14:15.192Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:14:15.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:14:16.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:16.135Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:16.135Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:16.135Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:17.136Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:17.136Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:17.136Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:17.136Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:18.137Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:18.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:18.138Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:18.138Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:19.139Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:19.139Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:19.140Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:19.141Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:20.141Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:20.143Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:20.143Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:20.144Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:21.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:21.155Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:21.157Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:21.158Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "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-10T10:14:22.159Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:14:22.159Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:22.159Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:22.159Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:14:23.161Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e83cf155-3566-4018-b70e-f1c1d0634a42",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1ac302c6-4095-49d6-80b3-796c57fc6e3a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "cd380dc8-1e82-4eb1-84a9-c0caa563a9e8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a",
      "resourceInvariantUUID": "bbf55ed8-8e35-4ef2-85c6-b0de3d5772e5",
      "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": "ZWUwZjhhMzI2OGE2YTRiNjY5YmE3ZDYzMzJmYzk2MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2e1f5686-c3e2-4c0d-8f30-eafb37d09dc6",
          "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": "3b03d790-fb6b-40ae-a566-ff1652e7de57",
          "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": "1288143f-8dde-4873-8ea8-fd38725ff1db",
            "generatedFromUUID": "3b03d790-fb6b-40ae-a566-ff1652e7de57"
          },
          "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": "1288143f-8dde-4873-8ea8-fd38725ff1db",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmJiZWJhMzBlY2RhZTIwODEwNGQyNjFlZDhkZmI0Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f516298d-2a9d-4b07-a0bd-b018c71b33c5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T10:14:23.161Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T10:14:23.162Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e83cf155-3566-4018-b70e-f1c1d0634a42 ASDC
2023-02-10T10:14:23.163Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e83cf155-3566-4018-b70e-f1c1d0634a42
ServiceInvariantUUID:1ac302c6-4095-49d6-80b3-796c57fc6e3a
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:f516298d-2a9d-4b07-a0bd-b018c71b33c5
ArtifactChecksum:YmJiZWJhMzBlY2RhZTIwODEwNGQyNjFlZDhkZmI0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:cd380dc8-1e82-4eb1-84a9-c0caa563a9e8
ResourceInvariantUUID:bbf55ed8-8e35-4ef2-85c6-b0de3d5772e5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a
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:2e1f5686-c3e2-4c0d-8f30-eafb37d09dc6
ArtifactChecksum:ZWUwZjhhMzI2OGE2YTRiNjY5YmE3ZDYzMzJmYzk2MDE=
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:3b03d790-fb6b-40ae-a566-ff1652e7de57
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:1288143f-8dde-4873-8ea8-fd38725ff1db
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:1288143f-8dde-4873-8ea8-fd38725ff1db
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T10:14:23.163Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e83cf155-3566-4018-b70e-f1c1d0634a42 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-10T10:14:23.282Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:14:23.284Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:14:23.284Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:14:23.284Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f516298d-2a9d-4b07-a0bd-b018c71b33c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-10T10:14:23.284Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:14:23.284Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-10T10:14:23.343Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:14:23.345Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f516298d-2a9d-4b07-a0bd-b018c71b33c5 83000
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:23.346Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024063345,
  "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-10T10:14:24.347Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:14:24.348Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:14:24.348Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f516298d-2a9d-4b07-a0bd-b018c71b33c5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:24.349Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-10T10:14:24.349Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:24.350Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:24.583Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP841092911539426290/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-10T10:14:25.902Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T10:14:25.902Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:14:25.902Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-10T10:14:25.903Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:14:25.904Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.904Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.904Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:25.904Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:14:25.905Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:14:25.905Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.905Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.905Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:25.905Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:14:25.906Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:14:25.906Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.906Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.906Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.906Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.907Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:25.908Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-10T10:14:25.909Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9eae0331-8187-40a6-aafc-d23595fbfb74
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.910Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.911Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.911Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:25.911Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:25.911Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e83cf155-3566-4018-b70e-f1c1d0634a42
Model Version:NULL
Model InvariantUuid:1ac302c6-4095-49d6-80b3-796c57fc6e3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:564f69cb-aa25-4068-a205-d2bf806daa31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbf55ed8-8e35-4ef2-85c6-b0de3d5772e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cd380dc8-1e82-4eb1-84a9-c0caa563a9e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0c5d9cc-9d3f-425c-8cb1-f0b729d0d087
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1b508e7a-a725-4512-87f5-c56537a3a3c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9eae0331-8187-40a6-aafc-d23595fbfb74
ModelInvariantUuid:ed34d68c-81e4-4383-9e23-0032aa461307
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6a96366f-d2fb-4266-a60e-146543401e30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9ff80198-cf77-4ff0-8890-436514689b89
ModelInvariantUuid:ae74bf8e-dea3-4c51-a2d6-0af2c9685b56
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:91e8d81f-3b53-4c94-a81e-a3787f2ad32a
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-10T10:14:25.930Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a
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-10T10:14:25.935Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2023-02-10T10:14:25.935Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a
2023-02-10T10:14:25.935Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2e1f5686-c3e2-4c0d-8f30-eafb37d09dc6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-10T10:14:25.936Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:14:25.936Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-10T10:14:25.991Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:14:25.991Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2e1f5686-c3e2-4c0d-8f30-eafb37d09dc6 792
2023-02-10T10:14:25.992Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-10T10:14:25.992Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-10T10:14:25.992Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:14:25.992Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:25.992Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:25.993Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024065992,
  "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-10T10:14:26.993Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0c5d9cc-9d3f-425c-8cb1-f0b729d0d087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b508e7a-a725-4512-87f5-c56537a3a3c2",
    "vfModuleModelCustomizationUUID": "0c21b188-14c8-4722-9c78-b406d2bca87d",
    "isBase": true,
    "artifacts": [
      "3b03d790-fb6b-40ae-a566-ff1652e7de57",
      "1288143f-8dde-4873-8ea8-fd38725ff1db"
    ],
    "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-10T10:14:26.999Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b508e7a-a725-4512-87f5-c56537a3a3c2
VfModuleModelInvariantUUID:b0c5d9cc-9d3f-425c-8cb1-f0b729d0d087
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b03d790-fb6b-40ae-a566-ff1652e7de57
,
1288143f-8dde-4873-8ea8-fd38725ff1db

}
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-10T10:14:27.001Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0c5d9cc-9d3f-425c-8cb1-f0b729d0d087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b508e7a-a725-4512-87f5-c56537a3a3c2",
    "vfModuleModelCustomizationUUID": "0c21b188-14c8-4722-9c78-b406d2bca87d",
    "isBase": true,
    "artifacts": [
      "3b03d790-fb6b-40ae-a566-ff1652e7de57",
      "1288143f-8dde-4873-8ea8-fd38725ff1db"
    ],
    "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-10T10:14:27.001Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b508e7a-a725-4512-87f5-c56537a3a3c2
VfModuleModelInvariantUUID:b0c5d9cc-9d3f-425c-8cb1-f0b729d0d087
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b03d790-fb6b-40ae-a566-ff1652e7de57
,
1288143f-8dde-4873-8ea8-fd38725ff1db

}
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-10T10:14:27.001Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3b03d790-fb6b-40ae-a566-ff1652e7de57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-10T10:14:27.001Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:14:27.001Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-10T10:14:27.062Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:14:27.062Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3b03d790-fb6b-40ae-a566-ff1652e7de57 5033
2023-02-10T10:14:27.062Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-10T10:14:27.063Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-10T10:14:27.063Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:14:27.063Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:27.063Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:27.064Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024067062,
  "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-10T10:14:28.064Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1288143f-8dde-4873-8ea8-fd38725ff1db from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-10T10:14:28.065Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:14:28.065Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-10T10:14:28.138Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:14:28.139Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1288143f-8dde-4873-8ea8-fd38725ff1db 903
2023-02-10T10:14:28.140Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-10T10:14:28.140Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-10T10:14:28.140Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:14:28.141Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:28.141Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:28.141Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024068140,
  "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-10T10:14:29.142Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e83cf155-3566-4018-b70e-f1c1d0634a42
2023-02-10T10:14:29.143Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a 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-10T10:14:29.160Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fc35158, org.onap.sdc.toscaparser.api.parameters.Input@346b932c, org.onap.sdc.toscaparser.api.parameters.Input@5b7809bb, org.onap.sdc.toscaparser.api.parameters.Input@eb2c0dd, org.onap.sdc.toscaparser.api.parameters.Input@4bbe09c2]
2023-02-10T10:14:29.162Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.162Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.162Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-10T10:14:29.163Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cd380dc8-1e82-4eb1-84a9-c0caa563a9e8
2023-02-10T10:14:29.163Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd380dc8-1e82-4eb1-84a9-c0caa563a9e8 matches Tosca VF Customization UUID: cd380dc8-1e82-4eb1-84a9-c0caa563a9e8
2023-02-10T10:14:29.163Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cd380dc8-1e82-4eb1-84a9-c0caa563a9e8  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-10T10:14:29.167Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.168Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.168Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cd380dc8-1e82-4eb1-84a9-c0caa563a9e8: {\"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-10T10:14:29.169Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20267a80
2023-02-10T10:14:29.169Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.169Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T10:14:29.170Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c21b188-14c8-4722-9c78-b406d2bca87d
2023-02-10T10:14:29.170Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c21b188-14c8-4722-9c78-b406d2bca87d
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-10T10:14:29.173Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.173Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:29.174Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:29.174Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.174Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:29.175Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:29.175Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.175Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-10T10:14:29.176Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-10T10:14:29.176Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-10T10:14:29.176Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9eae0331-8187-40a6-aafc-d23595fbfb74
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-10T10:14:29.179Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.180Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:29.180Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:14:29.180Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.181Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-10T10:14:29.181Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cd380dc8-1e82-4eb1-84a9-c0caa563a9e8
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-10T10:14:29.184Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.184Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.185Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e83cf155-3566-4018-b70e-f1c1d0634a42: basic_vm_macro
2023-02-10T10:14:29.185Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.185Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.185Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.186Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.186Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.186Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.187Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.187Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.187Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:14:29.188Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:14:29.188Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T10:14:29.316Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dfd73a4c-c6cd-4604-ae8c-53e4b07bab5a 1 ASDC deployResourceStructure
2023-02-10T10:14:29.317Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-10T10:14:29.317Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-10T10:14:29.317Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:14:29.318Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:29.318Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:29.318Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024069317,
  "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-10T10:14:30.320Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-10T10:14:30.320Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-10T10:14:30.321Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:14:30.322Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:30.322Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:30.322Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024070320,
  "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-10T10:14:31.324Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-10T10:14:31.324Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-10T10:14:31.325Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:14:31.325Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:31.325Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:31.325Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024071324,
  "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-10T10:14:32.327Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-10T10:14:32.327Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-10T10:14:32.327Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:14:32.328Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:14:32.328Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:14:32.328Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024072326,
  "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-10T10:14:33.330Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:14:33.364Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
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-10T10:14:33.367Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:14:33.367Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T10:14:33.367Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T10:15:00.084Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:15:00.086Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:15:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:15:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:15:03.368Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:15:03.393Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
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-10T10:15:03.395Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:15:03.395Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T10:15:03.395Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T10:15:33.399Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:15:33.421Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
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-10T10:15:33.422Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:15:33.423Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T10:15:33.423Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T10:16:00.084Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:16:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.097Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.098Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.098Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.098Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.098Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.098Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.099Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.099Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.099Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.099Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.099Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.101Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.107Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.111Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.111Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.111Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.111Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.111Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.112Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.113Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.123Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.124Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.125Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024051917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024031362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024047836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024063167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024063345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024064514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024063569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024065662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024066730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024065992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024066022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024066400,
  "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-10T10:16:00.141Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
2023-02-10T10:16:00.141Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b248e6bb-96fb-4a57-99e1-cf5873e4c5bc 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-10T10:16:00.153Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.153Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.154Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.154Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.154Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024067777,
  "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-10T10:16:00.160Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
2023-02-10T10:16:00.161Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b248e6bb-96fb-4a57-99e1-cf5873e4c5bc 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-10T10:16:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024067062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024067026,
  "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-10T10:16:00.176Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
2023-02-10T10:16:00.177Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b248e6bb-96fb-4a57-99e1-cf5873e4c5bc 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-10T10:16:00.191Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.192Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.192Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.192Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.193Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.193Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.193Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.194Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024068785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.194Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.194Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.195Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024068140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.195Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.195Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.195Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.196Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.196Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.196Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.197Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.197Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.197Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.197Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.198Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.198Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024069317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.198Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.199Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.199Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.199Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.199Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.199Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.200Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.200Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.200Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.201Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.201Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.201Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024070320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.201Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.202Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.202Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.202Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.202Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.202Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.203Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024071324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.204Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.205Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024072326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.206Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024072821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.207Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.207Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.207Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.207Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.207Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.208Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.209Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.210Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.210Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.210Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.210Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.210Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.211Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024067401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.211Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.211Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.211Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.211Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024069788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.212Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024079991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.213Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024079373,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:16:00.229Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
2023-02-10T10:16:00.229Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0d76fab-056a-40ca-bf0b-5dca5f1ec75e 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-10T10:16:00.272Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.272Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.272Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.272Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024081077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.273Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024082241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024083353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.274Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.275Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024084992,
  "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-10T10:16:00.281Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
2023-02-10T10:16:00.281Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0d76fab-056a-40ca-bf0b-5dca5f1ec75e 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-10T10:16:00.292Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.293Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.293Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.293Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.293Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024086005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.294Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024086305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.295Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024087307,
  "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-10T10:16:00.301Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
2023-02-10T10:16:00.301Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b248e6bb-96fb-4a57-99e1-cf5873e4c5bc 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-10T10:16:00.309Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.309Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024077836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024088489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.310Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024090706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.311Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024091710,
  "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-10T10:16:00.316Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
2023-02-10T10:16:00.316Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0d76fab-056a-40ca-bf0b-5dca5f1ec75e 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-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.324Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.325Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.326Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024064689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:16:00.335Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:00.335Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:16:00.335Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024098465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:16:00.335Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:16:03.423Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:16:03.448Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc
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-10T10:16:03.451Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:16:03.452Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T10:16:03.457Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T10:16:33.458Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc 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-10T10:16:33.470Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b248e6bb-96fb-4a57-99e1-cf5873e4c5bc and serviceModelVersionId: e83cf155-3566-4018-b70e-f1c1d0634a42
2023-02-10T10:16:33.470Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ac302c6-4095-49d6-80b3-796c57fc6e3a
2023-02-10T10:16:33.471Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?depth=0
2023-02-10T10:16:33.477Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T10:16:33.527Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?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-10T10:16:33.529Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?depth=0|INFO|500||Invoke
2023-02-10T10:16:33.534Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T10:16:33.772Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?depth=0|INFO|500||InvokeReturn
2023-02-10T10:16:33.773Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ac302c6-4095-49d6-80b3-796c57fc6e3a/model-vers/model-ver/e83cf155-3566-4018-b70e-f1c1d0634a42?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 10:16:34 GMT], content-length=[0], vertex-id=[315472], x-aai-txid=[0-aai-resources-230210-10:16:34:498-85917], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T10:16:33.773Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T10:16:33.773Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T10:16:33.787Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b248e6bb-96fb-4a57-99e1-cf5873e4c5bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:33.805Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024193805,
  "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-10T10:16:34.836Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:16:34.838Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T10:16:34.838Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"d0d76fab-056a-40ca-bf0b-5dca5f1ec75e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fc1acabb-033a-4e12-97ce-3eec1d4f0b76","serviceDescription":"service","serviceInvariantUUID":"2ccd3c14-77a3-40f1-999c-712cd788bfe7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"caf6f2c8-0f37-413c-ada2-6f9bfa982044","resourceInvariantUUID":"6bb0887d-1eaa-45b1-8456-cacccf49b57c","resourceCustomizationUUID":"4d67d44c-f5b9-4d0c-8f60-d75e246395aa","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":"MDM2NGIyOTgxY2I1YzRiMjMyZjFiYWE1OWY5M2I1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3888ce88-200c-41c7-8a87-cf476b431b58","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":"YTFhNWNmMDkyZTc3MzUyZjM0NDVkNDI3NWYwYjdiYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4950cb3e-fdef-4981-84a1-b841c2b3e6ee","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":"b57f2fa0-8d29-4fb7-8961-d89a3699d249","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":"e20bf518-d281-4661-863a-ef5021cab18d","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":"253f5155-118d-47c9-923b-3c1ea260bb99","artifactVersion":"2","generatedFromUUID":"7b7cd261-714c-4fe7-937a-1d3fa28c8ab2"},{"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":"1a2b95c9-d484-489d-ae21-6c86936b8693","artifactVersion":"2","generatedFromUUID":"b57f2fa0-8d29-4fb7-8961-d89a3699d249"},{"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":"7b7cd261-714c-4fe7-937a-1d3fa28c8ab2","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":"bedaf562-4dc1-406e-9bb1-4ea82fa4e301","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":"OTE4YzdiNjliOWM5YWU5OGM3ZTE0YWM2OWM1NGE1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"441a9f7e-1e7d-45c9-836e-8fac537312a3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTY0NjQyOTVlMTE3MTA4OWQwNzdlMzcwNzIxZmI1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"128fe51e-4a0c-4327-87e0-f2f96696a7f3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T10:16:34.840Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:34.840Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:34.840Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:34.841Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:35.841Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:35.842Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:35.842Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:35.842Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:36.843Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:36.844Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:36.844Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:36.844Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:37.845Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:37.845Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:37.846Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:37.846Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:38.847Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:38.847Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:38.847Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:38.847Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:39.848Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:39.848Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:39.848Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:39.849Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:40.849Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:40.850Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:40.850Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:40.850Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:41.851Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:41.851Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:41.851Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:41.851Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:42.852Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:42.852Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:42.853Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:42.853Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "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-10T10:16:43.854Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:16:43.854Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:43.854Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:43.855Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:16:44.856Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fc1acabb-033a-4e12-97ce-3eec1d4f0b76",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ccd3c14-77a3-40f1-999c-712cd788bfe7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4d67d44c-f5b9-4d0c-8f60-d75e246395aa",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "caf6f2c8-0f37-413c-ada2-6f9bfa982044",
      "resourceInvariantUUID": "6bb0887d-1eaa-45b1-8456-cacccf49b57c",
      "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": "YTFhNWNmMDkyZTc3MzUyZjM0NDVkNDI3NWYwYjdiYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4950cb3e-fdef-4981-84a1-b841c2b3e6ee",
          "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": "b57f2fa0-8d29-4fb7-8961-d89a3699d249",
          "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": "1a2b95c9-d484-489d-ae21-6c86936b8693",
            "generatedFromUUID": "b57f2fa0-8d29-4fb7-8961-d89a3699d249"
          },
          "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": "253f5155-118d-47c9-923b-3c1ea260bb99",
          "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": "1a2b95c9-d484-489d-ae21-6c86936b8693",
          "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": "7b7cd261-714c-4fe7-937a-1d3fa28c8ab2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTY0NjQyOTVlMTE3MTA4OWQwNzdlMzcwNzIxZmI1YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "128fe51e-4a0c-4327-87e0-f2f96696a7f3"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T10:16:44.856Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T10:16:44.857Z|b248e6bb-96fb-4a57-99e1-cf5873e4c5bc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fc1acabb-033a-4e12-97ce-3eec1d4f0b76 ASDC
2023-02-10T10:16:44.858Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:fc1acabb-033a-4e12-97ce-3eec1d4f0b76
ServiceInvariantUUID:2ccd3c14-77a3-40f1-999c-712cd788bfe7
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:128fe51e-4a0c-4327-87e0-f2f96696a7f3
ArtifactChecksum:YTY0NjQyOTVlMTE3MTA4OWQwNzdlMzcwNzIxZmI1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4d67d44c-f5b9-4d0c-8f60-d75e246395aa
ResourceInvariantUUID:6bb0887d-1eaa-45b1-8456-cacccf49b57c
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:caf6f2c8-0f37-413c-ada2-6f9bfa982044
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:4950cb3e-fdef-4981-84a1-b841c2b3e6ee
ArtifactChecksum:YTFhNWNmMDkyZTc3MzUyZjM0NDVkNDI3NWYwYjdiYzE=
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:b57f2fa0-8d29-4fb7-8961-d89a3699d249
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:1a2b95c9-d484-489d-ae21-6c86936b8693
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:253f5155-118d-47c9-923b-3c1ea260bb99
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:1a2b95c9-d484-489d-ae21-6c86936b8693
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:7b7cd261-714c-4fe7-937a-1d3fa28c8ab2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-10T10:16:44.858Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc1acabb-033a-4e12-97ce-3eec1d4f0b76 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-10T10:16:44.934Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:16:44.935Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:16:44.935Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:16:44.936Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 128fe51e-4a0c-4327-87e0-f2f96696a7f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:44.936Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:44.936Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:45.014Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:45.020Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 128fe51e-4a0c-4327-87e0-f2f96696a7f3 163288
2023-02-10T10:16:45.020Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-10T10:16:45.020Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:45.020Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:45.021Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:45.021Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:45.021Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024205020,
  "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-10T10:16:46.022Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:16:46.023Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:16:46.023Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 128fe51e-4a0c-4327-87e0-f2f96696a7f3, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:46.023Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-10T10:16:46.024Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:46.024Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:46.142Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12359211095330321302/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:47.233Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:16:47.234Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.235Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.236Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.237Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-10T10:16:47.238Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c5b3a331-4262-4f37-b8fa-04e6fe7bb310
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:47.239Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:fc1acabb-033a-4e12-97ce-3eec1d4f0b76
Model Version:NULL
Model InvariantUuid:2ccd3c14-77a3-40f1-999c-712cd788bfe7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:12c6887c-d544-4660-94eb-7cdaa5fd29d2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6bb0887d-1eaa-45b1-8456-cacccf49b57c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4d67d44c-f5b9-4d0c-8f60-d75e246395aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:809d9d58-b609-48f0-bde0-a78b56241b10
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:060d62f5-3b68-4186-9ad4-04be1ca66450
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a7d68269-3272-4280-b5a1-09582e814865
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4fdcc530-d60d-47bd-8235-3abcf6a00470
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5b3a331-4262-4f37-b8fa-04e6fe7bb310
ModelInvariantUuid:d750d309-faf7-440e-995e-fbcf69e24aea
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7aaf3e26-55b2-45fc-87d0-abd19387330a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e9e1aa36-3143-4724-b842-5c0eb0739147
ModelInvariantUuid:3f06b5f9-9504-4e29-b01c-73efdd003c94
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:9105cd15-fe44-4622-aaf1-0bedc3e89ef7
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-10T10:16:47.248Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: caf6f2c8-0f37-413c-ada2-6f9bfa982044
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-10T10:16:47.250Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2023-02-10T10:16:47.251Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: caf6f2c8-0f37-413c-ada2-6f9bfa982044
2023-02-10T10:16:47.251Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4950cb3e-fdef-4981-84a1-b841c2b3e6ee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-10T10:16:47.251Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:47.251Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-10T10:16:47.316Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4950cb3e-fdef-4981-84a1-b841c2b3e6ee 1565
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:47.317Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024207317,
  "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-10T10:16:48.318Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a7d68269-3272-4280-b5a1-09582e814865",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fdcc530-d60d-47bd-8235-3abcf6a00470",
    "vfModuleModelCustomizationUUID": "7ef692da-642d-4874-b36c-65daf116f8d4",
    "isBase": true,
    "artifacts": [
      "b57f2fa0-8d29-4fb7-8961-d89a3699d249",
      "1a2b95c9-d484-489d-ae21-6c86936b8693"
    ],
    "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": "809d9d58-b609-48f0-bde0-a78b56241b10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "060d62f5-3b68-4186-9ad4-04be1ca66450",
    "vfModuleModelCustomizationUUID": "7ae9c44f-6683-43b2-bc4d-fedd436a98dc",
    "isBase": false,
    "artifacts": [
      "7b7cd261-714c-4fe7-937a-1d3fa28c8ab2"
    ],
    "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-10T10:16:48.324Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fdcc530-d60d-47bd-8235-3abcf6a00470
VfModuleModelInvariantUUID:a7d68269-3272-4280-b5a1-09582e814865
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57f2fa0-8d29-4fb7-8961-d89a3699d249
,
1a2b95c9-d484-489d-ae21-6c86936b8693

}
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:060d62f5-3b68-4186-9ad4-04be1ca66450
VfModuleModelInvariantUUID:809d9d58-b609-48f0-bde0-a78b56241b10
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b7cd261-714c-4fe7-937a-1d3fa28c8ab2

}
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-10T10:16:48.327Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a7d68269-3272-4280-b5a1-09582e814865",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fdcc530-d60d-47bd-8235-3abcf6a00470",
    "vfModuleModelCustomizationUUID": "7ef692da-642d-4874-b36c-65daf116f8d4",
    "isBase": true,
    "artifacts": [
      "b57f2fa0-8d29-4fb7-8961-d89a3699d249",
      "1a2b95c9-d484-489d-ae21-6c86936b8693"
    ],
    "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": "809d9d58-b609-48f0-bde0-a78b56241b10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "060d62f5-3b68-4186-9ad4-04be1ca66450",
    "vfModuleModelCustomizationUUID": "7ae9c44f-6683-43b2-bc4d-fedd436a98dc",
    "isBase": false,
    "artifacts": [
      "7b7cd261-714c-4fe7-937a-1d3fa28c8ab2"
    ],
    "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-10T10:16:48.328Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fdcc530-d60d-47bd-8235-3abcf6a00470
VfModuleModelInvariantUUID:a7d68269-3272-4280-b5a1-09582e814865
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57f2fa0-8d29-4fb7-8961-d89a3699d249
,
1a2b95c9-d484-489d-ae21-6c86936b8693

}
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:060d62f5-3b68-4186-9ad4-04be1ca66450
VfModuleModelInvariantUUID:809d9d58-b609-48f0-bde0-a78b56241b10
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b7cd261-714c-4fe7-937a-1d3fa28c8ab2

}
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-10T10:16:48.328Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b57f2fa0-8d29-4fb7-8961-d89a3699d249 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-10T10:16:48.329Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:48.329Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-10T10:16:48.428Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:48.429Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b57f2fa0-8d29-4fb7-8961-d89a3699d249 914
2023-02-10T10:16:48.429Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-10T10:16:48.429Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-10T10:16:48.429Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:48.430Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:48.430Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:48.430Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024208429,
  "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-10T10:16:49.432Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 253f5155-118d-47c9-923b-3c1ea260bb99 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-10T10:16:49.433Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:49.433Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-10T10:16:49.494Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:49.495Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 253f5155-118d-47c9-923b-3c1ea260bb99 12
2023-02-10T10:16:49.495Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-10T10:16:49.496Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-10T10:16:49.496Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:49.496Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:49.497Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:49.497Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024209495,
  "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-10T10:16:50.499Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a2b95c9-d484-489d-ae21-6c86936b8693 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-10T10:16:50.499Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:50.500Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-10T10:16:50.555Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:50.556Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1a2b95c9-d484-489d-ae21-6c86936b8693 96
2023-02-10T10:16:50.556Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-10T10:16:50.556Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-10T10:16:50.557Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:50.557Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:50.557Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:50.557Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024210556,
  "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-10T10:16:51.559Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b7cd261-714c-4fe7-937a-1d3fa28c8ab2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-10T10:16:51.559Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:16:51.559Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-10T10:16:51.643Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:16:51.644Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7b7cd261-714c-4fe7-937a-1d3fa28c8ab2 20206
2023-02-10T10:16:51.644Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-10T10:16:51.644Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-10T10:16:51.644Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:16:51.645Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:51.645Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:51.645Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024211644,
  "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-10T10:16:52.650Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fc1acabb-033a-4e12-97ce-3eec1d4f0b76
2023-02-10T10:16:52.654Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 caf6f2c8-0f37-413c-ada2-6f9bfa982044 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-10T10:16:52.671Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19357ba6, org.onap.sdc.toscaparser.api.parameters.Input@55140fb3, org.onap.sdc.toscaparser.api.parameters.Input@5b91cca9, org.onap.sdc.toscaparser.api.parameters.Input@60d1b75c, org.onap.sdc.toscaparser.api.parameters.Input@528b18ab]
2023-02-10T10:16:52.673Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.673Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.674Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-10T10:16:52.674Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4d67d44c-f5b9-4d0c-8f60-d75e246395aa
2023-02-10T10:16:52.674Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d67d44c-f5b9-4d0c-8f60-d75e246395aa matches Tosca VF Customization UUID: 4d67d44c-f5b9-4d0c-8f60-d75e246395aa
2023-02-10T10:16:52.674Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4d67d44c-f5b9-4d0c-8f60-d75e246395aa  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-10T10:16:52.676Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.677Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.677Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4d67d44c-f5b9-4d0c-8f60-d75e246395aa: {\"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-10T10:16:52.677Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f30aa5c
2023-02-10T10:16:52.678Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.678Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-10T10:16:52.678Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ae9c44f-6683-43b2-bc4d-fedd436a98dc
2023-02-10T10:16:52.678Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ae9c44f-6683-43b2-bc4d-fedd436a98dc
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-10T10:16:52.681Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.681Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:52.681Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:52.681Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.682Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:52.682Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-10T10:16:52.682Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.682Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-10T10:16:52.683Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4d67d44c-f5b9-4d0c-8f60-d75e246395aa
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-10T10:16:52.684Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.684Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.685Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fc1acabb-033a-4e12-97ce-3eec1d4f0b76: basic_cnf_macro
2023-02-10T10:16:52.685Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.685Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.686Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.686Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.686Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.686Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.686Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.687Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.687Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:16:52.687Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:16:52.687Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T10:16:52.730Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro caf6f2c8-0f37-413c-ada2-6f9bfa982044 2 ASDC deployResourceStructure
2023-02-10T10:16:52.730Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-10T10:16:52.731Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-10T10:16:52.731Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:16:52.731Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:52.731Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:52.732Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024212730,
  "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-10T10:16:53.733Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-10T10:16:53.734Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-10T10:16:53.734Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:16:53.734Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:53.734Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:53.735Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024213733,
  "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-10T10:16:54.736Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-10T10:16:54.737Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-10T10:16:54.737Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-10T10:16:54.738Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:54.738Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:54.738Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024214736,
  "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-10T10:16:55.740Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-10T10:16:55.740Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-10T10:16:55.740Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:16:55.740Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:55.741Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:55.741Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024215739,
  "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-10T10:16:56.743Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-10T10:16:56.744Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-10T10:16:56.744Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-10T10:16:56.745Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:56.745Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:56.745Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024216743,
  "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-10T10:16:57.746Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-10T10:16:57.747Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-10T10:16:57.747Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:16:57.748Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:16:57.748Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:16:57.748Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024217746,
  "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-10T10:16:58.750Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:16:58.774Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
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-10T10:16:58.776Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:16:58.776Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-10T10:16:58.777Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-10T10:17:00.084Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:17:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024110017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:17:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.095Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.095Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.095Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.095Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.095Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.096Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024111019,
  "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-10T10:17:00.107Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
2023-02-10T10:17:00.107Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0d76fab-056a-40ca-bf0b-5dca5f1ec75e 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-10T10:17:00.126Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.127Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.128Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.129Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.130Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.131Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.132Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.133Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.134Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.135Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024080375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676024087024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.136Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024107836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.137Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024116773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.138Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.139Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024117572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:17:00.139Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.139Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.139Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.140Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.140Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.140Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676024118131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-10T10:17:00.163Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 864b3f80-7b2b-4bb6-8121-d15849877287
2023-02-10T10:17:00.163Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864b3f80-7b2b-4bb6-8121-d15849877287 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-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024119425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024112020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:17:00.171Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.172Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.172Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676024120428,
  "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-10T10:17:00.176Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 864b3f80-7b2b-4bb6-8121-d15849877287
2023-02-10T10:17:00.176Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864b3f80-7b2b-4bb6-8121-d15849877287 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-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024121123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024128162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:17:00.184Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:17:00.185Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "aai-model-loader",
  "timestamp": 1676024129164,
  "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-10T10:17:00.189Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 864b3f80-7b2b-4bb6-8121-d15849877287
2023-02-10T10:17:00.189Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 864b3f80-7b2b-4bb6-8121-d15849877287 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-10T10:17:28.777Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:17:28.820Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e
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-10T10:17:28.822Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:17:28.822Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T10:17:28.822Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:17:28.823Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:17:28.824Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T10:17:28.829Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T10:17:58.829Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e 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-10T10:17:58.837Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0d76fab-056a-40ca-bf0b-5dca5f1ec75e and serviceModelVersionId: fc1acabb-033a-4e12-97ce-3eec1d4f0b76
2023-02-10T10:17:58.837Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ccd3c14-77a3-40f1-999c-712cd788bfe7
2023-02-10T10:17:58.838Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0
2023-02-10T10:17:58.842Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T10:17:58.882Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0|INFO|500||Invoke
2023-02-10T10:17:58.883Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0d76fab-056a-40ca-bf0b-5dca5f1ec75e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa51fa14-632d-400b-8e07-45116e635fca], X-ECOMP-RequestID=[d0d76fab-056a-40ca-bf0b-5dca5f1ec75e], X-TransactionId=[], X-ONAP-RequestID=[d0d76fab-056a-40ca-bf0b-5dca5f1ec75e], Content-Type=[application/merge-patch+json]}
2023-02-10T10:17:58.888Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T10:17:59.152Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?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/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 10:17:59 GMT], content-length=[0], vertex-id=[286856], x-aai-txid=[2-aai-resources-230210-10:17:59:862-37784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T10:17:59.152Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-10T10:17:59.153Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ccd3c14-77a3-40f1-999c-712cd788bfe7/model-vers/model-ver/fc1acabb-033a-4e12-97ce-3eec1d4f0b76?depth=0|INFO|500||InvokeReturn
2023-02-10T10:17:59.153Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T10:17:59.154Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T10:17:59.162Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T10:17:59.163Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0d76fab-056a-40ca-bf0b-5dca5f1ec75e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T10:17:59.163Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T10:17:59.164Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:17:59.164Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:17:59.164Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024279163,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:18:00.084Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:18:00.086Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b248e6bb-96fb-4a57-99e1-cf5873e4c5bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024193805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T10:18:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:18:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.088Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.089Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024194836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.090Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024205020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024207317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024208429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.091Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024209495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024210556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024211644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.092Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024212730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024213733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024214736,
  "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-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024215739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-10T10:18:00.093Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024216743,
  "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-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024217746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:18:00.094Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-10T10:18:00.461Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:18:00.462Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-10T10:18:00.462Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"864b3f80-7b2b-4bb6-8121-d15849877287","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b3815546-08ce-4b9c-8f4e-6e114f27abb3","serviceDescription":"service","serviceInvariantUUID":"2185aff1-aab5-4d49-a24c-3c8b069b33f7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d953c661-8e9e-4f41-8af5-df12cf956d08","resourceInvariantUUID":"73845dac-dca0-45d2-8584-16bf85fc479c","resourceCustomizationUUID":"69acfb57-7232-4155-9196-4d03f16b8271","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":"MGE0NTljYzQwZGVkMjY4Mjg5NzJmNWQ5YzlhZTk4OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fbb5728-87a2-4f6f-b947-9611e3f0dbaa","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":"0af77a97-818d-485f-b5c3-19344c9ff1b7","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":"a2cd5182-593a-4ad0-9d1d-7664db13db44","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":"YWIwZWVmOWRkYWVkYzU3YWVjYmJhYTRlOTExOWI2NmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8eae0f83-4e10-48ad-9570-b37ddfc2632b","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":"d16856b5-b65b-440f-b476-72f2fe450b08","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":"4db51246-da41-43fd-942b-481d893c9c09","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":"6c28461f-2746-42a2-8e18-7da283fb4038","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":"Y2E4NWI5MTY2MDRiMmJjOGEwNmNiNzcyOGE2YTAzODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79fbe05c-8bb8-4802-a992-6e54de894cde","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmNlZTY1YmI0NTk0ZDc3NWM1NDczNTA2ZTA4M2RhMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b0f3362-4af1-4586-847c-1a3a92f002f2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-10T10:18:00.464Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:00.464Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:00.464Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:00.465Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:01.465Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:01.466Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:01.467Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:01.467Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:02.469Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:02.470Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:02.470Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:02.470Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:03.471Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:03.472Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:03.472Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:03.472Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:04.474Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:04.475Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:04.475Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:04.475Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:05.476Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:05.477Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:05.477Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:05.477Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:06.479Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:06.479Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:06.479Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:06.479Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:07.480Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:07.480Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:07.480Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:07.481Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "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-10T10:18:08.481Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-10T10:18:08.482Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:08.482Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:08.483Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:18:09.484Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b3815546-08ce-4b9c-8f4e-6e114f27abb3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2185aff1-aab5-4d49-a24c-3c8b069b33f7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "69acfb57-7232-4155-9196-4d03f16b8271",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d953c661-8e9e-4f41-8af5-df12cf956d08",
      "resourceInvariantUUID": "73845dac-dca0-45d2-8584-16bf85fc479c",
      "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": "ZmNlZTY1YmI0NTk0ZDc3NWM1NDczNTA2ZTA4M2RhMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b0f3362-4af1-4586-847c-1a3a92f002f2"
    }
  ],
  "workloadContext": "Production"
}
2023-02-10T10:18:09.484Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-10T10:18:09.484Z|d0d76fab-056a-40ca-bf0b-5dca5f1ec75e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3815546-08ce-4b9c-8f4e-6e114f27abb3 ASDC
2023-02-10T10:18:09.485Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:864b3f80-7b2b-4bb6-8121-d15849877287
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b3815546-08ce-4b9c-8f4e-6e114f27abb3
ServiceInvariantUUID:2185aff1-aab5-4d49-a24c-3c8b069b33f7
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:6b0f3362-4af1-4586-847c-1a3a92f002f2
ArtifactChecksum:ZmNlZTY1YmI0NTk0ZDc3NWM1NDczNTA2ZTA4M2RhMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:69acfb57-7232-4155-9196-4d03f16b8271
ResourceInvariantUUID:73845dac-dca0-45d2-8584-16bf85fc479c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d953c661-8e9e-4f41-8af5-df12cf956d08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-10T10:18:09.485Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3815546-08ce-4b9c-8f4e-6e114f27abb3 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-10T10:18:09.525Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:18:09.525Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:18:09.525Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:18:09.526Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6b0f3362-4af1-4586-847c-1a3a92f002f2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-10T10:18:09.526Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-10T10:18:09.526Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-10T10:18:09.639Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6b0f3362-4af1-4586-847c-1a3a92f002f2 111096
2023-02-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:09.642Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:09.643Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024289642,
  "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-10T10:18:10.643Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-10T10:18:10.644Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-10T10:18:10.645Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6b0f3362-4af1-4586-847c-1a3a92f002f2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:10.645Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-10T10:18:10.645Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:10.646Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:10.756Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3411120961450776201/Definitions/service-TestPnfMacro-template.yml
2023-02-10T10:18:11.533Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.534Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-10T10:18:11.535Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-10T10:18:11.536Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.537Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.538Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.539Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.539Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b3815546-08ce-4b9c-8f4e-6e114f27abb3
Model Version:NULL
Model InvariantUuid:2185aff1-aab5-4d49-a24c-3c8b069b33f7
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-10T10:18:11.553Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d953c661-8e9e-4f41-8af5-df12cf956d08
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-10T10:18:11.557Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||test-pnf 0
2023-02-10T10:18:11.558Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d953c661-8e9e-4f41-8af5-df12cf956d08
2023-02-10T10:18:11.558Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b3815546-08ce-4b9c-8f4e-6e114f27abb3
2023-02-10T10:18:11.558Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b3815546-08ce-4b9c-8f4e-6e114f27abb3
2023-02-10T10:18:11.558Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d953c661-8e9e-4f41-8af5-df12cf956d08 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-10T10:18:11.582Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37727021, org.onap.sdc.toscaparser.api.parameters.Input@24d951a8, org.onap.sdc.toscaparser.api.parameters.Input@3dd0b358, org.onap.sdc.toscaparser.api.parameters.Input@6133a484, org.onap.sdc.toscaparser.api.parameters.Input@45e433fb]
2023-02-10T10:18:11.583Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.583Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.583Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b3815546-08ce-4b9c-8f4e-6e114f27abb3: test-pnf
2023-02-10T10:18:11.583Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Processing PNF resource: d953c661-8e9e-4f41-8af5-df12cf956d08
2023-02-10T10:18:11.584Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-10T10:18:11.584Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-10T10:18:11.584Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Resource customization UUID: 69acfb57-7232-4155-9196-4d03f16b8271 is the same as notified resource customizationUUID: 69acfb57-7232-4155-9196-4d03f16b8271
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-10T10:18:11.689Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d953c661-8e9e-4f41-8af5-df12cf956d08 0 ASDC deployResourceStructure
2023-02-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||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-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:11.690Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024291690,
  "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-10T10:18:12.692Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 864b3f80-7b2b-4bb6-8121-d15849877287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T10:18:12.707Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 864b3f80-7b2b-4bb6-8121-d15849877287
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-10T10:18:12.709Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-10T10:18:12.709Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-10T10:18:12.709Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-10T10:18:12.710Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-10T10:18:12.727Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-10T10:18:42.729Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 864b3f80-7b2b-4bb6-8121-d15849877287 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-10T10:18:42.740Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 864b3f80-7b2b-4bb6-8121-d15849877287 and serviceModelVersionId: b3815546-08ce-4b9c-8f4e-6e114f27abb3
2023-02-10T10:18:42.740Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2185aff1-aab5-4d49-a24c-3c8b069b33f7
2023-02-10T10:18:42.742Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?depth=0
2023-02-10T10:18:42.746Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-10T10:18:42.783Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?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-10T10:18:42.784Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?depth=0|INFO|500||Invoke
2023-02-10T10:18:42.794Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-10T10:18:42.973Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?depth=0|INFO|500||InvokeReturn
2023-02-10T10:18:42.974Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2185aff1-aab5-4d49-a24c-3c8b069b33f7/model-vers/model-ver/b3815546-08ce-4b9c-8f4e-6e114f27abb3?depth=0 has http status code:200 and response headers:{date=[Fri, 10 Feb 2023 10:18:43 GMT], content-length=[0], vertex-id=[245920], x-aai-txid=[1-aai-resources-230210-10:18:43:749-4219], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-10T10:18:42.975Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-02-10T10:18:42.975Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-10T10:18:42.976Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-10T10:18:42.981Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-10T10:18:42.981Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 864b3f80-7b2b-4bb6-8121-d15849877287 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-10T10:18:42.981Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-10T10:18:42.982Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-10T10:18:42.982Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-10T10:18:42.982Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024322981,
  "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-10T10:18:43.995Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:19:00.084Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:19:00.086Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-10T10:19:00.086Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d0d76fab-056a-40ca-bf0b-5dca5f1ec75e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024279163,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T10:19:00.087Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:19:43.996Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:20:00.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:20:00.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.087Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-10T10:20:00.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024280461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-10T10:20:00.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024289642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-10T10:20:00.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024291690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-10T10:20:00.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:00.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-10T10:20:00.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "864b3f80-7b2b-4bb6-8121-d15849877287",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676024322981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-10T10:20:00.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-10T10:20:43.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:21:00.084Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:21:43.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:22:00.085Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:22:44.000Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:23:00.087Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:23:44.000Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:24:00.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:24:44.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:25:00.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:25:44.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:26:00.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:26:44.002Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:27:00.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:27:44.004Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:28:00.099Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:28:44.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:29:00.100Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:29:44.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:30:00.100Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:30:44.007Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:31:00.102Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:31:44.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:32:00.103Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:32:44.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:33:00.103Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:33:44.009Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:34:00.105Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:34:44.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:35:00.105Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:35:44.013Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:36:00.107Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:36:44.014Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:37:00.107Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:37:44.015Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:38:00.111Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:38:44.016Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:39:00.111Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:39:44.017Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:40:00.111Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:40:44.018Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:41:00.112Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:41:44.019Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:42:00.113Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:42:44.020Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:43:00.114Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:43:44.021Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:44:00.114Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:44:44.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:45:00.115Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:45:44.025Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:46:00.115Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:46:44.026Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:47:00.119Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:47:44.028Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:48:00.121Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:48:44.029Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:49:00.121Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:49:44.030Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:50:00.122Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:50:44.031Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:51:00.123Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:51:44.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:52:00.124Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:52:44.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:53:00.125Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:53:44.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:54:00.127Z|578faa8a-b8fe-4ce4-ae4e-ac957e1e9e37|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:54:44.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:55:00.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:55:44.037Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:56:00.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:56:44.038Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:57:00.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:57:44.039Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:58:00.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:58:44.040Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T10:59:00.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T10:59:44.042Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:00:00.147Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:00:44.043Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:01:00.148Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:01:44.043Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:02:00.149Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:02:44.044Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:03:00.150Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:03:44.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:04:00.152Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:04:44.047Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:05:00.169Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:05:44.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:06:00.175Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:06:44.051Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:07:00.176Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:07:44.052Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:08:00.178Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:08:44.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:09:00.178Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:09:44.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:10:00.180Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:10:44.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:11:00.181Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:11:44.058Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:12:00.182Z|e9e6b9db-ce73-41cb-acb9-f678cceeac88|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:12:44.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:13:00.182Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:13:44.061Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:14:00.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:14:44.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:15:00.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:15:44.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:16:00.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:16:44.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:17:00.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:17:44.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:18:00.189Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:18:44.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:19:00.189Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:19:44.069Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:20:00.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:20:44.070Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:21:00.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:21:44.071Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:22:00.192Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:22:44.072Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:23:00.193Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:23:44.072Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:24:00.194Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:24:44.074Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:25:00.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:25:44.074Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:26:00.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:26:44.075Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:27:00.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:27:44.076Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:28:00.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:28:44.077Z|864b3f80-7b2b-4bb6-8121-d15849877287|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:29:00.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:29:44.079Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:30:00.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-10T11:30:44.079Z|4774fea9-9007-4df0-bd74-98b893ea5fa4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-10T11:31:00.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO