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-01-25T23:21:27.290Z||main|||||INFO|500||The following profiles are active: basic
2023-01-25T23:21:39.125Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-25T23:21:39.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-25T23:21:39.240Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-25T23:21:43.221Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-25T23:21:43.603Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-25T23:21:44.146Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-25T23:21:44.367Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-25T23:21:44.976Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-25T23:21:47.111Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-25T23:21:47.721Z||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-01-25T23:21:50.718Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-25T23:21:50.835Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-25T23:21:50.853Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-25T23:21:50.864Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-25T23:21:51.443Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-25T23:21:51.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-25T23:21:53.046Z||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-01-25T23:21:53.747Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-01-25T23:21:53.748Z||main|||||ERROR|500||(conn=1136) Table 'catalogdb.activity_spec' doesn't exist
2023-01-25T23:21:53.766Z||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-01-25T23:21:56.717Z||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-01-25T23:21:59.639Z||main|||||WARN|500||---
2023-01-25T23:21:59.639Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-25T23:21:59.640Z||main|||||WARN|500||---
2023-01-25T23:22:00.019Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-25T23:22:04.670Z||main|||||INFO|500||Started Application in 40.888 seconds (JVM running for 43.006)
2023-01-25T23:22:04.686Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-25T23:22:04.687Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-25T23:22:04.694Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-25T23:22:04.734Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6afaf506-3568-4ba3-bf4b-3347903cdfc4 url= /sdc/v1/artifactTypes
2023-01-25T23:22:04.740Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-01-25T23:22:04.902Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-25T23:22:04.953Z||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-01-25T23:22:04.954Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-25T23:22:04.954Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e8cab3e8-8a24-48a5-9306-f61c37613508 url= /sdc/v1/distributionKafkaData
2023-01-25T23:22:04.955Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-01-25T23:22:04.986Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-25T23:22:04.992Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5dc4997e
2023-01-25T23:22:05.054Z||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-e0855c6d-40ba-4608-b687-49e3c0911fdc
	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-01-25T23:22:05.103Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Instantiated an idempotent producer.
2023-01-25T23:22:05.203Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-25T23:22:05.262Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T23:22:05.262Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T23:22:05.263Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674688925259
2023-01-25T23:22:05.268Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-25T23:22:05.286Z||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-739dd149-2e9e-4548-9814-b4a0776b1996
	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-01-25T23:22:05.401Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T23:22:05.401Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T23:22:05.402Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674688925401
2023-01-25T23:22:05.403Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:22:05.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:22:05.406Z||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-b21a70d4-f458-4b00-ba7a-f31726382304
	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-01-25T23:22:05.418Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T23:22:05.419Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T23:22:05.419Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674688925418
2023-01-25T23:22:05.419Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:22:05.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:22:05.426Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-25T23:22:06.067Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.068Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.067Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Cluster ID: KUi8oL4TRJ--tr2KniikGQ
2023-01-25T23:22:06.068Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.070Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.070Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] ProducerId set to 1001 with epoch 0
2023-01-25T23:22:06.070Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.071Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.071Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.071Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.071Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:06.071Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 C-0Cmdu6RPuN7ply-RQAOA
2023-01-25T23:22:06.074Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Cluster ID: KUi8oL4TRJ--tr2KniikGQ
2023-01-25T23:22:06.074Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Cluster ID: KUi8oL4TRJ--tr2KniikGQ
2023-01-25T23:22:06.076Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-25T23:22:06.076Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-25T23:22:06.096Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] (Re-)joining group
2023-01-25T23:22:06.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] (Re-)joining group
2023-01-25T23:22:06.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304-e514afc5-5e0d-47ef-8a4f-76728f704ea5
2023-01-25T23:22:06.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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-01-25T23:22:06.172Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] (Re-)joining group
2023-01-25T23:22:06.172Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996-1e73c14a-0c15-440d-adb4-c80c290c1af8
2023-01-25T23:22:06.172Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:06.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] (Re-)joining group
2023-01-25T23:22:12.179Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304-e514afc5-5e0d-47ef-8a4f-76728f704ea5', protocol='range'}
2023-01-25T23:22:12.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996-1e73c14a-0c15-440d-adb4-c80c290c1af8', protocol='range'}
2023-01-25T23:22:12.230Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.231Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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 YqORvtvzSnqeesv_HI-9ug
2023-01-25T23:22:12.238Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996-1e73c14a-0c15-440d-adb4-c80c290c1af8=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-b21a70d4-f458-4b00-ba7a-f31726382304-e514afc5-5e0d-47ef-8a4f-76728f704ea5=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-01-25T23:22:12.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996-1e73c14a-0c15-440d-adb4-c80c290c1af8', protocol='range'}
2023-01-25T23:22:12.258Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304-e514afc5-5e0d-47ef-8a4f-76728f704ea5', protocol='range'}
2023-01-25T23:22:12.259Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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-01-25T23:22:12.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, 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-01-25T23:22:12.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-25T23:22:12.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-25T23:22:12.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-25T23:22:12.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-25T23:22:12.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-25T23:22:12.276Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-25T23:22:12.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-25T23:22:12.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-25T23:22:12.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-25T23:22:12.276Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-25T23:22:12.277Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-25T23:22:12.277Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-25T23:22:12.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T23:22:12.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T23:22:12.352Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.352Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T23:22:12.357Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T23:22:12.359Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.368Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.368Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, 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-01-25T23:22:12.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T23:22:12.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T23:23:05.409Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:23:05.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:24:05.411Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:24:05.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:25:05.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:25:05.427Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:26:05.415Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:26:05.429Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:27:05.415Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:27:05.429Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:28:05.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:28:05.431Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:29:05.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:29:05.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:30:05.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:30:05.432Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:31:05.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:31:05.433Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:31:06.207Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-739dd149-2e9e-4548-9814-b4a0776b1996, groupId=so] Node -1 disconnected.
2023-01-25T23:31:06.207Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b21a70d4-f458-4b00-ba7a-f31726382304, groupId=so] Node -1 disconnected.
2023-01-25T23:31:06.356Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Node -1 disconnected.
2023-01-25T23:32:04.111Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-25T23:32:05.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:32:05.434Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:33:05.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:33:05.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:34:05.424Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:34:05.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:35:05.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:35:05.424Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:36:05.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:36:05.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:37:05.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:37:05.448Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:38:05.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:38:05.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:39:05.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:39:05.450Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:40:05.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:40:05.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:41:05.443Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:41:05.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:42:05.444Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:42:05.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:43:05.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:43:05.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:44:05.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:44:05.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:45:05.448Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:45:05.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:46:05.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:46:05.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:47:05.449Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:47:05.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:48:05.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:48:05.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:49:05.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:49:05.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:50:05.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:50:05.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:51:05.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:51:05.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:52:05.456Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:52:05.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:53:05.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:53:05.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:54:05.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:54:05.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:55:05.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:55:05.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:56:05.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:56:05.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:57:05.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:57:05.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:58:05.463Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:58:05.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T23:59:05.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T23:59:05.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:00:05.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:00:05.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:01:05.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:01:05.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:02:05.467Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:02:05.467Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:03:05.467Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:03:05.467Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:04:05.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:04:05.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:05:05.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:05:05.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:06:05.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:06:05.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:07:05.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:07:05.474Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:08:05.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:08:05.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:09:05.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:09:05.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:10:05.475Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:10:05.476Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:11:05.475Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:11:05.477Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:12:05.477Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:12:05.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:13:05.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:13:05.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:14:05.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:14:05.480Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:15:05.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:15:05.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:16:05.481Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:16:05.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:17:05.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:17:05.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:18:05.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:18:05.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:19:05.485Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:19:05.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:20:05.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:20:05.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:21:05.489Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:21:05.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:22:05.489Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:22:05.491Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:23:05.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:23:05.491Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:24:05.491Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:24:05.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:25:05.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:25:05.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:26:05.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:26:05.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:27:05.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:27:05.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:28:05.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:28:05.500Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:29:05.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:29:05.500Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:30:05.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:30:05.502Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:31:05.503Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:31:05.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:32:05.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:32:05.504Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:33:05.506Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:33:05.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:34:05.507Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:34:05.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:35:05.507Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:35:05.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:36:05.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:36:05.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:37:05.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:37:05.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:38:05.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:38:05.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:39:05.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:39:05.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:40:05.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:40:05.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:41:05.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:41:05.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:42:05.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:42:05.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:43:05.512Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:43:05.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:44:05.512Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:44:05.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:45:05.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:45:05.515Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:46:05.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:46:05.516Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:47:05.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:47:05.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:48:05.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:48:05.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:49:05.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:49:05.520Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:50:05.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:50:05.522Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:51:05.518Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:51:05.522Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:52:05.520Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:52:05.524Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:53:05.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:53:05.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:54:05.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:54:05.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:55:05.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:55:05.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:56:05.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:56:05.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:57:05.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:57:05.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:58:05.524Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:58:05.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T00:59:05.524Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T00:59:05.528Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:00:05.526Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:00:05.528Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:01:05.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:01:05.528Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:02:05.528Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:02:05.529Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:03:05.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:03:05.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:04:05.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:04:05.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:05:05.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:05:05.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:06:05.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:06:05.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:07:05.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:07:05.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:08:05.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:08:05.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:09:05.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:09:05.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:10:05.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:10:05.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:11:05.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:11:05.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:12:05.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:12:05.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:13:05.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:13:05.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:14:05.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:14:05.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:15:05.544Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:15:05.543Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:16:05.545Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:16:05.544Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:17:05.546Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:17:05.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:18:05.546Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:18:05.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:19:05.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:19:05.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:20:05.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:20:05.549Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:21:05.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:21:05.551Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:22:05.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:22:05.551Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:23:05.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:23:05.552Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:24:05.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:24:05.552Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:25:05.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:25:05.553Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:26:05.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:26:05.555Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:27:05.555Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:27:05.555Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:28:05.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:28:05.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:29:05.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:29:05.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:30:05.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:30:05.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:31:05.560Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:31:05.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:32:05.562Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:32:05.565Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:33:05.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:33:05.565Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:34:05.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:34:05.567Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:35:05.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:35:05.568Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:36:05.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:36:05.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:37:05.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:37:05.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:38:05.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:38:05.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:39:05.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:39:05.571Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:40:05.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:40:05.571Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:41:05.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:41:05.573Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:42:05.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:42:05.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:43:05.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:43:05.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:44:05.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:44:05.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:45:05.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:45:05.576Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:46:05.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:46:05.577Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:47:05.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:47:05.578Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:48:05.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:48:05.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:49:05.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:49:05.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:50:05.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:50:05.579Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:51:05.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:51:05.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:52:05.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:52:05.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:53:05.580Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:53:05.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:54:05.582Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:54:05.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:55:05.582Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:55:05.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:56:05.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:56:05.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:57:05.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:57:05.586Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:58:05.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T01:58:05.586Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:59:05.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T01:59:05.587Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:00:05.589Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:00:05.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:01:05.590Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:01:05.590Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:02:05.592Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:02:05.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:03:05.592Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:03:05.592Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:04:05.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:04:05.593Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:05:05.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:05:05.595Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:06:05.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:06:05.596Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:07:05.595Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:07:05.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:08:05.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:08:05.598Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:09:05.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:09:05.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:10:05.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:10:05.600Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:11:05.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:11:05.600Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:12:05.599Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:12:05.601Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:13:05.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:13:05.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:14:05.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:14:05.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:15:05.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:15:05.604Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:16:05.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:16:05.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:17:05.605Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:17:05.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:18:05.607Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:18:05.607Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:19:05.607Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:19:05.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:20:05.608Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:20:05.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:21:05.610Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:21:05.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:22:05.611Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:22:05.610Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:23:05.612Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:23:05.611Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:24:05.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:24:05.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:25:05.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:25:05.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:05.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:05.615Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:26:15.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T02:26:15.412Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8d3fc212-8e3d-4202-93f7-3edeb935001a","serviceName":"vFW 2023-01-26 02-25-11","serviceVersion":"1.0","serviceUUID":"3d3bd523-9316-4e56-9543-a7c7ef110e53","serviceDescription":"catalog service description","serviceInvariantUUID":"cec3cb4a-7088-4b67-8a41-7c5601eeb070","resources":[{"resourceInstanceName":"vFW 647aa7e1-7f53 0","resourceName":"vFW 647aa7e1-7f53","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52f7c47e-9b73-41fc-954d-7aa42021b41d","resourceInvariantUUID":"ce405824-f7b4-416b-9bf6-d414c921ab89","resourceCustomizationUUID":"1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml","artifactChecksum":"NTk1MzlhNzFhZjE3NDM2NzU5ODI5MTg0NzBlYzg3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cd5c691-d1d8-4c45-ae31-803dd96db480","artifactVersion":"1"},{"artifactName":"vfw647aa7e17f530_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json","artifactChecksum":"YWQ4NzJiMWYyYmNlN2ZkYmQ4ZWJhYjBhMWM4MGNjMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97a1a296-962b-4684-a3bc-e77890afd618","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84635148-ba14-4b84-afd7-e01eb9f3db41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml","artifactChecksum":"NzExODAzMDVkZDk2NDhhMDQ0YTI0OGZiM2M0NTNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a4df0bc-a2ba-4840-ae12-842436531197","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"17a392f1-319d-42da-ba2b-c12b3f585fc1","artifactVersion":"2","generatedFromUUID":"84635148-ba14-4b84-afd7-e01eb9f3db41"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230126022511-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml","artifactChecksum":"MGE3YjQ2Y2YyZmQ1NTY3OTljMmEwNjdiY2E4YzQ2ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74a1f43c-8555-4c94-8a87-c4f2513b8ad7","artifactVersion":"1"},{"artifactName":"service-Vfw20230126022511-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar","artifactChecksum":"OGE1YzYzN2JlYTYwNWE5YjdlNjQwZDkzZDMwNzFmMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6db55e67-bac8-4f48-a424-a15d08c4ef55","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T02:26:15.438Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:15.455Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:15.455Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:15.455Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:15.464Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.464Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.465Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.473Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.473Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.473Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:26:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:26:15.499Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:26:15.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:26:16.497Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:16.498Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:16.498Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:16.498Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:17.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:17.500Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:17.501Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:17.501Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:18.502Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:18.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:18.503Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:18.503Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:19.505Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:19.505Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:19.505Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:19.505Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:20.506Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:20.507Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:20.507Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:20.507Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:21.508Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:26:21.508Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:21.508Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:21.509Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:22.512Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "serviceName": "vFW 2023-01-26 02-25-11",
  "serviceVersion": "1.0",
  "serviceUUID": "3d3bd523-9316-4e56-9543-a7c7ef110e53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cec3cb4a-7088-4b67-8a41-7c5601eeb070",
  "resources": [
    {
      "resourceInstanceName": "vFW 647aa7e1-7f53 0",
      "resourceCustomizationUUID": "1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8",
      "resourceName": "vFW 647aa7e1-7f53",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52f7c47e-9b73-41fc-954d-7aa42021b41d",
      "resourceInvariantUUID": "ce405824-f7b4-416b-9bf6-d414c921ab89",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw647aa7e17f530_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
          "artifactChecksum": "YWQ4NzJiMWYyYmNlN2ZkYmQ4ZWJhYjBhMWM4MGNjMzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97a1a296-962b-4684-a3bc-e77890afd618",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "84635148-ba14-4b84-afd7-e01eb9f3db41",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "17a392f1-319d-42da-ba2b-c12b3f585fc1",
            "generatedFromUUID": "84635148-ba14-4b84-afd7-e01eb9f3db41"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "17a392f1-319d-42da-ba2b-c12b3f585fc1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230126022511-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
      "artifactChecksum": "OGE1YzYzN2JlYTYwNWE5YjdlNjQwZDkzZDMwNzFmMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6db55e67-bac8-4f48-a424-a15d08c4ef55"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T02:26:22.518Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T02:26:22.518Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d3bd523-9316-4e56-9543-a7c7ef110e53 ASDC
2023-01-26T02:26:22.652Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8d3fc212-8e3d-4202-93f7-3edeb935001a
ServiceName:vFW 2023-01-26 02-25-11
ServiceVersion:1.0
ServiceUUID:3d3bd523-9316-4e56-9543-a7c7ef110e53
ServiceInvariantUUID:cec3cb4a-7088-4b67-8a41-7c5601eeb070
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230126022511-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar
ArtifactUUID:6db55e67-bac8-4f48-a424-a15d08c4ef55
ArtifactChecksum:OGE1YzYzN2JlYTYwNWE5YjdlNjQwZDkzZDMwNzFmMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 647aa7e1-7f53 0
ResourceCustomizationUUID:1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8
ResourceInvariantUUID:ce405824-f7b4-416b-9bf6-d414c921ab89
ResourceName:vFW 647aa7e1-7f53
ResourceType:VF
ResourceUUID:52f7c47e-9b73-41fc-954d-7aa42021b41d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw647aa7e17f530_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json
ArtifactUUID:97a1a296-962b-4684-a3bc-e77890afd618
ArtifactChecksum:YWQ4NzJiMWYyYmNlN2ZkYmQ4ZWJhYjBhMWM4MGNjMzQ=
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/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml
ArtifactUUID:84635148-ba14-4b84-afd7-e01eb9f3db41
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/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
ArtifactUUID:17a392f1-319d-42da-ba2b-c12b3f585fc1
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/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
ArtifactUUID:17a392f1-319d-42da-ba2b-c12b3f585fc1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T02:26:22.652Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d3bd523-9316-4e56-9543-a7c7ef110e53 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-01-26T02:26:22.875Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T02:26:22.877Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-26T02:26:22.878Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-26T02:26:22.879Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6db55e67-bac8-4f48-a424-a15d08c4ef55 from URL: /sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:22.879Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-26T02:26:22.880Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:22.981Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-26T02:26:22.990Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar 6db55e67-bac8-4f48-a424-a15d08c4ef55 101505
2023-01-26T02:26:22.992Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar ASDC sendASDCNotification
2023-01-26T02:26:22.992Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:22.993Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:26:22.994Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:22.995Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:22.995Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699982991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:23.996Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T02:26:23.997Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-26T02:26:23.997Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6db55e67-bac8-4f48-a424-a15d08c4ef55, URL: /sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar to file: /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:23.998Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230126022511-csar.csar
2023-01-26T02:26:24.069Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:24.070Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:24.673Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3275557387511069892/Definitions/service-Vfw20230126022511-template.yml
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_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_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-01-26T02:26:27.979Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T02:26:27.985Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-26T02:26:27.985Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.985Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.986Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 647aa7e1-7f53 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-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:27.987Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-26T02:26:27.997Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:27.998Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.003Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:28.003Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-26T02:26:28.005Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T02:26:28.007Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.007Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.008Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:28.008Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-26T02:26:28.008Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T02:26:28.009Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.009Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.012Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.013Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.014Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T02:26:28.015Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.016Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T02:26:28.017Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.017Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:28.017Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:28.017Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.018Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:28.018Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:28.018Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.018Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:28.018Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:28.019Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.020Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08a291e5-c426-4626-a3bf-7d7c9473c754
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:28.021Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-26T02:26:28.022Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.022Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.022Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-26T02:26:28.022Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.022Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.023Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb155ace-3c95-4480-8b6a-8c7021eb509d
2023-01-26T02:26:28.024Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.024Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:28.024Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:28.024Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-26T02:26:28.024Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-26T02:26:28.025Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:28.026Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:28.026Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-26T02:26:28.026Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=462f2627-e7a0-41f4-bc67-f333cd4ba7c9
2023-01-26T02:26:28.026Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.026Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:28.027Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:28.028Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-26 02-25-11
Description:catalog service description
Model UUID:3d3bd523-9316-4e56-9543-a7c7ef110e53
Model Version:NULL
Model InvariantUuid:cec3cb4a-7088-4b67-8a41-7c5601eeb070
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 647aa7e1-7f53
Model UUID:7b698e15-cfbd-41cd-bd6f-7bbe6e299e48
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce405824-f7b4-416b-9bf6-d414c921ab89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a5e1de1-26ae-4371-86f2-5910dcad61a6
ModelName:Vfw647aa7e17f53..base_vfw..module-0
ModelUuid:efbd9404-e37e-4a08-b950-9a1625d52b60
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:08a291e5-c426-4626-a3bf-7d7c9473c754
ModelInvariantUuid:d13b8e1b-cda2-498b-b49b-4a733a35d911
ModelName:vFW 647aa7e1-7f53-nodes.vfwCvfc
ModelUuid:e1b46460-7ecb-47d0-b943-29588d27a8c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:101e9606-0d1c-4a39-ab2d-12489db8cb63
ModelInvariantUuid:4be0fe59-cdfd-43bd-9fce-ca7245f04415
ModelName:Vfw647aa7e17f53.compute.nodes.heat.vfw
ModelUuid:24fe33ed-16dc-4e1f-9b6c-0863dd8c7b9b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb155ace-3c95-4480-8b6a-8c7021eb509d
ModelInvariantUuid:ae495650-5f62-4cfb-b6d4-bec33dde1aee
ModelName:vFW 647aa7e1-7f53-nodes.vsnCvfc
ModelUuid:4f7fed5d-b91a-4324-bc81-72c96787569f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b0239309-c48a-409d-9bf8-76455d682d33
ModelInvariantUuid:e403e559-37cc-4807-8ddd-975af65d4976
ModelName:Vfw647aa7e17f53.compute.nodes.heat.vsn
ModelUuid:f7ffbc11-9b29-42e4-b123-fb39e76cb02b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:462f2627-e7a0-41f4-bc67-f333cd4ba7c9
ModelInvariantUuid:e380f6cf-1ebf-4c2c-9352-c2b20e435b4e
ModelName:vFW 647aa7e1-7f53-nodes.vpgCvfc
ModelUuid:a6e41724-7b5f-4404-9f6a-bce79c2e4d13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7972b6d4-a999-43c3-bcdb-8d370ef87b92
ModelInvariantUuid:fe266455-1be1-43c5-864a-1d37c546973c
ModelName:Vfw647aa7e17f53.compute.nodes.heat.vpg
ModelUuid:47481b4e-2eee-4b6d-a7bc-0c646a4d3836
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-01-26T02:26:28.050Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 52f7c47e-9b73-41fc-954d-7aa42021b41d
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-01-26T02:26:28.132Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||vFW 647aa7e1-7f53 0
2023-01-26T02:26:28.141Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52f7c47e-9b73-41fc-954d-7aa42021b41d
2023-01-26T02:26:28.141Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97a1a296-962b-4684-a3bc-e77890afd618 from URL: /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json
2023-01-26T02:26:28.141Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-26T02:26:28.141Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json
2023-01-26T02:26:28.213Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-26T02:26:28.213Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json 97a1a296-962b-4684-a3bc-e77890afd618 785
2023-01-26T02:26:28.213Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json ASDC sendASDCNotification
2023-01-26T02:26:28.214Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json
2023-01-26T02:26:28.214Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:26:28.214Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:28.214Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:28.214Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699988213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:29.215Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw647aa7e17f53..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a5e1de1-26ae-4371-86f2-5910dcad61a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efbd9404-e37e-4a08-b950-9a1625d52b60",
    "vfModuleModelCustomizationUUID": "a4c71047-c2aa-4162-b758-bcb6cfa47090",
    "isBase": true,
    "artifacts": [
      "84635148-ba14-4b84-afd7-e01eb9f3db41",
      "17a392f1-319d-42da-ba2b-c12b3f585fc1"
    ],
    "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-01-26T02:26:29.230Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw647aa7e17f53..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efbd9404-e37e-4a08-b950-9a1625d52b60
VfModuleModelInvariantUUID:4a5e1de1-26ae-4371-86f2-5910dcad61a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
84635148-ba14-4b84-afd7-e01eb9f3db41
,
17a392f1-319d-42da-ba2b-c12b3f585fc1

}
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-01-26T02:26:29.233Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw647aa7e17f53..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a5e1de1-26ae-4371-86f2-5910dcad61a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efbd9404-e37e-4a08-b950-9a1625d52b60",
    "vfModuleModelCustomizationUUID": "a4c71047-c2aa-4162-b758-bcb6cfa47090",
    "isBase": true,
    "artifacts": [
      "84635148-ba14-4b84-afd7-e01eb9f3db41",
      "17a392f1-319d-42da-ba2b-c12b3f585fc1"
    ],
    "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-01-26T02:26:29.234Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw647aa7e17f53..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efbd9404-e37e-4a08-b950-9a1625d52b60
VfModuleModelInvariantUUID:4a5e1de1-26ae-4371-86f2-5910dcad61a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
84635148-ba14-4b84-afd7-e01eb9f3db41
,
17a392f1-319d-42da-ba2b-c12b3f585fc1

}
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-01-26T02:26:29.234Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84635148-ba14-4b84-afd7-e01eb9f3db41 from URL: /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml
2023-01-26T02:26:29.234Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-26T02:26:29.234Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml
2023-01-26T02:26:29.306Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-26T02:26:29.307Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml 84635148-ba14-4b84-afd7-e01eb9f3db41 20368
2023-01-26T02:26:29.308Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-26T02:26:29.308Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml
2023-01-26T02:26:29.308Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:26:29.309Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:29.309Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:29.309Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699989308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:30.310Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17a392f1-319d-42da-ba2b-c12b3f585fc1 from URL: /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
2023-01-26T02:26:30.310Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-26T02:26:30.310Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
2023-01-26T02:26:30.380Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-26T02:26:30.381Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env 17a392f1-319d-42da-ba2b-c12b3f585fc1 2098
2023-01-26T02:26:30.381Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-26T02:26:30.381Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
2023-01-26T02:26:30.381Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:26:30.382Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:30.382Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:30.382Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699990381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:31.383Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3d3bd523-9316-4e56-9543-a7c7ef110e53
2023-01-26T02:26:31.383Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 647aa7e1-7f53 0 52f7c47e-9b73-41fc-954d-7aa42021b41d 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-01-26T02:26:31.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@125249da, org.onap.sdc.toscaparser.api.parameters.Input@571fc2dd, org.onap.sdc.toscaparser.api.parameters.Input@5551280c, org.onap.sdc.toscaparser.api.parameters.Input@914f7f3, org.onap.sdc.toscaparser.api.parameters.Input@9887392]
2023-01-26T02:26:31.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-26T02:26:31.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8
2023-01-26T02:26:31.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8 matches Tosca VF Customization UUID: 1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8
2023-01-26T02:26:31.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8  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-01-26T02:26:31.440Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.440Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.441Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-26T02:26:31.441Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13d1714b
2023-01-26T02:26:31.442Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.442Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T02:26:31.442Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4c71047-c2aa-4162-b758-bcb6cfa47090
2023-01-26T02:26:31.443Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4c71047-c2aa-4162-b758-bcb6cfa47090
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-01-26T02:26:31.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:31.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:31.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:31.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:31.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-26T02:26:31.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:31.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-26T02:26:31.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-26T02:26:31.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=08a291e5-c426-4626-a3bf-7d7c9473c754
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-01-26T02:26:31.468Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.469Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.469Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:31.469Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.469Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:31.470Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:31.470Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-26T02:26:31.470Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.470Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.470Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.471Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-26T02:26:31.472Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.472Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb155ace-3c95-4480-8b6a-8c7021eb509d
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-01-26T02:26:31.476Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.476Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.476Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:31.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is not matching search criteria
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-26T02:26:31.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-26T02:26:31.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-26T02:26:31.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=462f2627-e7a0-41f4-bc67-f333cd4ba7c9
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-01-26T02:26:31.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:26:31.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Node template vFW 647aa7e1-7f53 0 is matching search criteria
2023-01-26T02:26:31.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 647aa7e1-7f53 0] matching following query criteria: sdcType=VF, customizationUUID=1e6f2249-fe3f-43de-a9e9-eec4ded3d9d8
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-01-26T02:26:31.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3d3bd523-9316-4e56-9543-a7c7ef110e53: vFW 647aa7e1-7f53
2023-01-26T02:26:31.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.491Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.491Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:26:31.491Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-26 02-25-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:26:31.491Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-26 02-25-11 
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-01-26T02:26:31.832Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 647aa7e1-7f53 52f7c47e-9b73-41fc-954d-7aa42021b41d 1 ASDC deployResourceStructure
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json ASDC sendASDCNotification
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:31.833Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699991832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:32.834Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-26T02:26:32.835Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml
2023-01-26T02:26:32.835Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:26:32.835Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:32.835Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:32.836Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699992834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:33.836Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-26T02:26:33.837Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env
2023-01-26T02:26:33.837Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:26:33.837Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:33.838Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:33.838Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699993836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:34.839Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar ASDC sendASDCNotification
2023-01-26T02:26:34.839Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar
2023-01-26T02:26:34.839Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:26:34.840Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:26:34.840Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:26:34.840Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699994839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:26:35.842Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:26:35.897Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
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-01-26T02:26:35.901Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:26:35.901Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:26:35.901Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:27:05.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:27:05.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:27:05.423Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:27:05.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:27:05.902Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:27:05.915Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
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-01-26T02:27:05.918Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:27:05.918Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:27:05.918Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:27:35.918Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:27:35.933Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
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-01-26T02:27:35.935Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:27:35.935Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:27:35.936Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:28:05.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:28:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.429Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.431Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.432Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.433Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.433Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.434Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.437Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699920114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.439Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699961005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699965614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.441Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674699984150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699982662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.443Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699982991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.444Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.444Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699983745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699984836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.446Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.447Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699985926,
  "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-01-26T02:28:05.461Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d3fc212-8e3d-4202-93f7-3edeb935001a
2023-01-26T02:28:05.461Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d3fc212-8e3d-4202-93f7-3edeb935001a 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-01-26T02:28:05.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.473Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699980364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.474Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.474Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674699986930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.475Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674699987632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.476Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699988213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699989308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699990381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699991832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699992834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699993836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674699994839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.480Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vfw647aa7e17f530_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/resourceInstances/vfw647aa7e17f530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:28:05.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674699995059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674700002576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.483Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674700002928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:28:05.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.484Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "aai-model-loader",
  "timestamp": 1674700003580,
  "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-01-26T02:28:05.491Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d3fc212-8e3d-4202-93f7-3edeb935001a
2023-01-26T02:28:05.492Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d3fc212-8e3d-4202-93f7-3edeb935001a 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-01-26T02:28:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.509Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674700008882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230126022511/1.0/artifacts/service-Vfw20230126022511-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:28:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:28:05.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:28:05.510Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674700009888,
  "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-01-26T02:28:05.516Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d3fc212-8e3d-4202-93f7-3edeb935001a
2023-01-26T02:28:05.517Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d3fc212-8e3d-4202-93f7-3edeb935001a 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-01-26T02:28:05.936Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:28:05.948Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a
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-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:28:05.952Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:28:05.953Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:28:05.953Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:28:05.953Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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-01-26T02:28:05.961Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T02:28:35.962Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a 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-01-26T02:28:35.973Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d3fc212-8e3d-4202-93f7-3edeb935001a and serviceModelVersionId: 3d3bd523-9316-4e56-9543-a7c7ef110e53
2023-01-26T02:28:35.973Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cec3cb4a-7088-4b67-8a41-7c5601eeb070
2023-01-26T02:28:51.600Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?depth=0
2023-01-26T02:28:51.702Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T02:28:52.233Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?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-01-26T02:28:52.238Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?depth=0|INFO|500||Invoke
2023-01-26T02:28:52.260Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T02:28:52.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?depth=0|INFO|500||InvokeReturn
2023-01-26T02:28:52.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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/cec3cb4a-7088-4b67-8a41-7c5601eeb070/model-vers/model-ver/3d3bd523-9316-4e56-9543-a7c7ef110e53?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 02:28:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[207], vertex-id=[221296], x-aai-txid=[2-aai-resources-230126-02:28:53:521-9518], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T02:28:52.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-01-26T02:28:52.521Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T02:28:52.521Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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-01-26T02:28:52.532Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|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-01-26T02:28:52.533Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d3fc212-8e3d-4202-93f7-3edeb935001a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T02:28:52.534Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T02:28:52.534Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:28:52.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:28:52.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674700132533,
  "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-01-26T02:28:53.552Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:29:05.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:29:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:29:05.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8d3fc212-8e3d-4202-93f7-3edeb935001a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674700132533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T02:29:05.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:29:53.553Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:30:05.421Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:30:53.557Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:31:05.421Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:31:53.558Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:32:05.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:32:53.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:33:05.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:33:53.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:34:05.423Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:34:53.562Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:35:05.425Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:35:37.679Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Node 0 disconnected.
2023-01-26T02:35:53.563Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:36:05.425Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:36:53.563Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:37:05.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:37:53.564Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:38:05.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:38:53.564Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:39:05.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:39:53.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:40:05.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:40:53.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:41:05.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:41:53.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:42:05.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:42:53.569Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:43:05.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:43:53.570Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:43:55.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T02:43:55.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"853f1a2b-7b63-4830-b4c7-341c702c4b66","serviceName":"basic_onboard_pqfTwe","serviceVersion":"1.0","serviceUUID":"5ea17a8e-bd88-431e-a9d3-62b7a6a13baf","serviceDescription":"service","serviceInvariantUUID":"536486ae-7af8-48ef-b111-d81f68bcc6bf","resources":[{"resourceInstanceName":"basic_onboard_pqfTwe 0","resourceName":"basic_onboard_pqfTwe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16f3b951-5011-4368-96b5-7717ce1ca3e6","resourceInvariantUUID":"c418cd17-614a-48ae-a56e-cbf4931eae95","resourceCustomizationUUID":"6a7525ff-0790-4e7d-98a0-b5852a30a010","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml","artifactChecksum":"YTZjZDg1NTVmODViMzYxMzFjMjUyODNiNTZmNjVmMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b58a09c4-5656-443f-bbfe-d1466770a9d0","artifactVersion":"1"},{"artifactName":"basic_onboard_pqftwe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json","artifactChecksum":"ZGViNGU0NWE0OTI5ZWMwNTY4MTFjODhmMWJkNTk1OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb6cfe54-4096-4657-bf11-c35d43cd83ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b02ae838-0e26-48f4-8210-13f4be86828f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4b975e8-90f1-405a-a423-e489bd9ecc90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bff0d938-1d2a-4668-9204-971dac101b5e","artifactVersion":"2","generatedFromUUID":"b02ae838-0e26-48f4-8210-13f4be86828f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPqftwe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml","artifactChecksum":"NmI2NDNiZmJhODg5MmZmN2RhMjQ5N2I5NGY0NmJiYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39b96c97-33db-4708-854c-b0711e0db8e9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPqftwe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar","artifactChecksum":"NmQ4NWQ3Zjc0M2U5NTkzYTU0NjdmOWYzMzYxODg2ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb133885-4773-4e24-86fe-61d312bd07b8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T02:43:55.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:43:55.730Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:43:55.730Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:43:55.731Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:43:55.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T02:43:55.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:43:55.746Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:43:55.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:43:56.740Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:43:56.741Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:43:56.741Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:43:56.741Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:43:57.743Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:43:57.744Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:43:57.744Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:43:57.744Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:43:58.744Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:43:58.745Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:43:58.745Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:43:58.745Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:43:59.746Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:43:59.747Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:43:59.747Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:43:59.747Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:00.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:44:00.754Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:00.754Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:00.754Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:01.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T02:44:01.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:01.756Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:01.756Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:02.758Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "serviceName": "basic_onboard_pqfTwe",
  "serviceVersion": "1.0",
  "serviceUUID": "5ea17a8e-bd88-431e-a9d3-62b7a6a13baf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "536486ae-7af8-48ef-b111-d81f68bcc6bf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pqfTwe 0",
      "resourceCustomizationUUID": "6a7525ff-0790-4e7d-98a0-b5852a30a010",
      "resourceName": "basic_onboard_pqfTwe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "16f3b951-5011-4368-96b5-7717ce1ca3e6",
      "resourceInvariantUUID": "c418cd17-614a-48ae-a56e-cbf4931eae95",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pqftwe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
          "artifactChecksum": "ZGViNGU0NWE0OTI5ZWMwNTY4MTFjODhmMWJkNTk1OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb6cfe54-4096-4657-bf11-c35d43cd83ea",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b02ae838-0e26-48f4-8210-13f4be86828f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bff0d938-1d2a-4668-9204-971dac101b5e",
            "generatedFromUUID": "b02ae838-0e26-48f4-8210-13f4be86828f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bff0d938-1d2a-4668-9204-971dac101b5e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPqftwe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
      "artifactChecksum": "NmQ4NWQ3Zjc0M2U5NTkzYTU0NjdmOWYzMzYxODg2ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb133885-4773-4e24-86fe-61d312bd07b8"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T02:44:02.758Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T02:44:02.759Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ea17a8e-bd88-431e-a9d3-62b7a6a13baf ASDC
2023-01-26T02:44:02.760Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:853f1a2b-7b63-4830-b4c7-341c702c4b66
ServiceName:basic_onboard_pqfTwe
ServiceVersion:1.0
ServiceUUID:5ea17a8e-bd88-431e-a9d3-62b7a6a13baf
ServiceInvariantUUID:536486ae-7af8-48ef-b111-d81f68bcc6bf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPqftwe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar
ArtifactUUID:fb133885-4773-4e24-86fe-61d312bd07b8
ArtifactChecksum:NmQ4NWQ3Zjc0M2U5NTkzYTU0NjdmOWYzMzYxODg2ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pqfTwe 0
ResourceCustomizationUUID:6a7525ff-0790-4e7d-98a0-b5852a30a010
ResourceInvariantUUID:c418cd17-614a-48ae-a56e-cbf4931eae95
ResourceName:basic_onboard_pqfTwe
ResourceType:VF
ResourceUUID:16f3b951-5011-4368-96b5-7717ce1ca3e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pqftwe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json
ArtifactUUID:cb6cfe54-4096-4657-bf11-c35d43cd83ea
ArtifactChecksum:ZGViNGU0NWE0OTI5ZWMwNTY4MTFjODhmMWJkNTk1OGI=
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/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b02ae838-0e26-48f4-8210-13f4be86828f
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/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
ArtifactUUID:bff0d938-1d2a-4668-9204-971dac101b5e
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/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
ArtifactUUID:bff0d938-1d2a-4668-9204-971dac101b5e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T02:44:02.762Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ea17a8e-bd88-431e-a9d3-62b7a6a13baf 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-01-26T02:44:02.807Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T02:44:02.808Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-26T02:44:02.808Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-26T02:44:02.808Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb133885-4773-4e24-86fe-61d312bd07b8 from URL: /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:02.808Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-26T02:44:02.809Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:02.900Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-26T02:44:02.901Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar fb133885-4773-4e24-86fe-61d312bd07b8 75674
2023-01-26T02:44:02.901Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar ASDC sendASDCNotification
2023-01-26T02:44:02.901Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:02.901Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:44:02.902Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:02.902Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:02.902Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701042901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:03.902Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T02:44:03.903Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-26T02:44:03.904Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fb133885-4773-4e24-86fe-61d312bd07b8, URL: /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar to file: /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:03.904Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:03.904Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:03.904Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:04.049Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15172732037812633034/Definitions/service-BasicOnboardPqftwe-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-01-26T02:44:05.283Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T02:44:05.284Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-26T02:44:05.284Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.284Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-26T02:44:05.285Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.285Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.285Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.285Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.286Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.286Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pqfTwe 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-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.286Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:05.286Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-26T02:44:05.287Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.287Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.287Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:05.287Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-26T02:44:05.288Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T02:44:05.288Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.288Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.289Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:05.289Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-26T02:44:05.289Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T02:44:05.289Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.290Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.290Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.290Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is not matching search criteria
2023-01-26T02:44:05.291Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-26T02:44:05.291Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-26T02:44:05.291Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-26T02:44:05.291Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-26T02:44:05.291Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T02:44:05.292Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.292Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T02:44:05.292Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.293Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:05.293Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:05.293Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.294Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:05.294Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:05.294Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.294Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:05.294Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:05.295Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.295Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is not matching search criteria
2023-01-26T02:44:05.295Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-26T02:44:05.296Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-26T02:44:05.296Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75c861aa-cea3-4e9b-a849-b0399559e962
2023-01-26T02:44:05.296Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.297Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.297Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.297Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.297Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.298Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.298Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:05.298Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:05.298Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pqfTwe
Description:service
Model UUID:5ea17a8e-bd88-431e-a9d3-62b7a6a13baf
Model Version:NULL
Model InvariantUuid:536486ae-7af8-48ef-b111-d81f68bcc6bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pqfTwe
Model UUID:d6ead33f-bb39-4643-b0e9-9d6a6c65f28f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c418cd17-614a-48ae-a56e-cbf4931eae95
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a7525ff-0790-4e7d-98a0-b5852a30a010
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f4d888c-2509-4293-ae36-df09507e03d6
ModelName:BasicOnboardPqftwe..base_ubuntu18..module-0
ModelUuid:ebaf7b8b-1873-4100-84c6-06b19721cade
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75c861aa-cea3-4e9b-a849-b0399559e962
ModelInvariantUuid:6d560b72-0257-4434-a91f-36c7b78a2ac9
ModelName:basic_onboard_pqfTwe-nodes.ubuntu18Cvfc
ModelUuid:60cbe115-483f-4293-bc79-f8b38bba02b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:300700a7-cfed-4e6e-9e32-50d1f45e6b60
ModelInvariantUuid:1fb161f9-c388-4ffe-9368-7387873c6864
ModelName:BasicOnboardPqftwe.compute.nodes.heat.ubuntu18
ModelUuid:0e973c51-2149-4fc0-b4f0-d544c7670082
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-01-26T02:44:05.310Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 16f3b951-5011-4368-96b5-7717ce1ca3e6
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-01-26T02:44:05.317Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||basic_onboard_pqfTwe 0
2023-01-26T02:44:05.317Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16f3b951-5011-4368-96b5-7717ce1ca3e6
2023-01-26T02:44:05.317Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cb6cfe54-4096-4657-bf11-c35d43cd83ea from URL: /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json
2023-01-26T02:44:05.317Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-26T02:44:05.318Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json
2023-01-26T02:44:05.388Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-26T02:44:05.388Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json cb6cfe54-4096-4657-bf11-c35d43cd83ea 798
2023-01-26T02:44:05.389Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json ASDC sendASDCNotification
2023-01-26T02:44:05.389Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json
2023-01-26T02:44:05.389Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:44:05.390Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:05.390Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:05.390Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701045389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:05.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:05.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:44:05.422Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:44:05.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:44:06.391Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPqftwe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7f4d888c-2509-4293-ae36-df09507e03d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ebaf7b8b-1873-4100-84c6-06b19721cade",
    "vfModuleModelCustomizationUUID": "7ef01b63-ddd8-463e-a24b-6891e4346eb6",
    "isBase": true,
    "artifacts": [
      "b02ae838-0e26-48f4-8210-13f4be86828f",
      "bff0d938-1d2a-4668-9204-971dac101b5e"
    ],
    "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-01-26T02:44:06.397Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPqftwe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ebaf7b8b-1873-4100-84c6-06b19721cade
VfModuleModelInvariantUUID:7f4d888c-2509-4293-ae36-df09507e03d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02ae838-0e26-48f4-8210-13f4be86828f
,
bff0d938-1d2a-4668-9204-971dac101b5e

}
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-01-26T02:44:06.400Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPqftwe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7f4d888c-2509-4293-ae36-df09507e03d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ebaf7b8b-1873-4100-84c6-06b19721cade",
    "vfModuleModelCustomizationUUID": "7ef01b63-ddd8-463e-a24b-6891e4346eb6",
    "isBase": true,
    "artifacts": [
      "b02ae838-0e26-48f4-8210-13f4be86828f",
      "bff0d938-1d2a-4668-9204-971dac101b5e"
    ],
    "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-01-26T02:44:06.400Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPqftwe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ebaf7b8b-1873-4100-84c6-06b19721cade
VfModuleModelInvariantUUID:7f4d888c-2509-4293-ae36-df09507e03d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
b02ae838-0e26-48f4-8210-13f4be86828f
,
bff0d938-1d2a-4668-9204-971dac101b5e

}
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-01-26T02:44:06.400Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b02ae838-0e26-48f4-8210-13f4be86828f from URL: /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml
2023-01-26T02:44:06.401Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-26T02:44:06.401Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml
2023-01-26T02:44:06.455Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-26T02:44:06.456Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml b02ae838-0e26-48f4-8210-13f4be86828f 5033
2023-01-26T02:44:06.456Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-26T02:44:06.456Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml
2023-01-26T02:44:06.457Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:44:06.457Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:06.457Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:06.457Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701046456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:07.458Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bff0d938-1d2a-4668-9204-971dac101b5e from URL: /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
2023-01-26T02:44:07.460Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-26T02:44:07.460Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
2023-01-26T02:44:07.522Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-26T02:44:07.522Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env bff0d938-1d2a-4668-9204-971dac101b5e 909
2023-01-26T02:44:07.523Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-26T02:44:07.523Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
2023-01-26T02:44:07.523Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T02:44:07.524Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:07.524Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:07.524Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701047523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:08.525Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5ea17a8e-bd88-431e-a9d3-62b7a6a13baf
2023-01-26T02:44:08.525Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pqfTwe 0 16f3b951-5011-4368-96b5-7717ce1ca3e6 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-01-26T02:44:08.552Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27eafe63, org.onap.sdc.toscaparser.api.parameters.Input@6b832289, org.onap.sdc.toscaparser.api.parameters.Input@1033da79, org.onap.sdc.toscaparser.api.parameters.Input@7c5d12ba, org.onap.sdc.toscaparser.api.parameters.Input@c34e2b4]
2023-01-26T02:44:08.554Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.554Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.554Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-26T02:44:08.555Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6a7525ff-0790-4e7d-98a0-b5852a30a010
2023-01-26T02:44:08.555Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a7525ff-0790-4e7d-98a0-b5852a30a010 matches Tosca VF Customization UUID: 6a7525ff-0790-4e7d-98a0-b5852a30a010
2023-01-26T02:44:08.555Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6a7525ff-0790-4e7d-98a0-b5852a30a010  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-01-26T02:44:08.558Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.558Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6a7525ff-0790-4e7d-98a0-b5852a30a010: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6463e71f
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ef01b63-ddd8-463e-a24b-6891e4346eb6
2023-01-26T02:44:08.559Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ef01b63-ddd8-463e-a24b-6891e4346eb6
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-01-26T02:44:08.574Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.575Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:08.575Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:08.575Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.575Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:08.575Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:08.576Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.576Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is not matching search criteria
2023-01-26T02:44:08.576Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-26T02:44:08.576Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-26T02:44:08.576Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=75c861aa-cea3-4e9b-a849-b0399559e962
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-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_pqfTwe 0 is matching search criteria
2023-01-26T02:44:08.580Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_pqfTwe 0] matching following query criteria: sdcType=VF, customizationUUID=6a7525ff-0790-4e7d-98a0-b5852a30a010
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-01-26T02:44:08.587Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.587Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.587Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5ea17a8e-bd88-431e-a9d3-62b7a6a13baf: basic_onboard_pqfTwe
2023-01-26T02:44:08.588Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.588Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.589Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.589Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.589Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.590Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.590Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.590Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.591Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T02:44:08.591Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_pqfTwe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T02:44:08.592Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_pqfTwe 
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-01-26T02:44:08.727Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pqfTwe 16f3b951-5011-4368-96b5-7717ce1ca3e6 1 ASDC deployResourceStructure
2023-01-26T02:44:08.728Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json ASDC sendASDCNotification
2023-01-26T02:44:08.728Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json
2023-01-26T02:44:08.729Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:44:08.729Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:08.729Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:08.730Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701048728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:09.731Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-26T02:44:09.731Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml
2023-01-26T02:44:09.731Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:44:09.732Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:09.732Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:09.733Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701049731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:10.734Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-26T02:44:10.734Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env
2023-01-26T02:44:10.734Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:44:10.735Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:10.735Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:10.735Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701050734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:11.736Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar ASDC sendASDCNotification
2023-01-26T02:44:11.736Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar
2023-01-26T02:44:11.736Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T02:44:11.736Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:44:11.736Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:44:11.737Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701051736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:44:12.738Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:44:12.759Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
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-01-26T02:44:12.762Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:44:12.762Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:44:12.762Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:44:42.762Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:44:42.779Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
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-01-26T02:44:42.787Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:44:42.788Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:44:42.788Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:45:05.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:45:05.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.424Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.432Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:45:05.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701005188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701030364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701033570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701007979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674701044409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.436Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701042885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.437Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701042888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701042901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701043979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.439Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701045063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:05.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:45:05.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701045389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:45:05.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:45:12.788Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:45:12.801Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
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-01-26T02:45:12.804Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:45:12.804Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:45:12.804Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:45:42.805Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:45:42.828Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
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-01-26T02:45:42.832Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:45:42.833Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T02:45:42.833Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T02:46:05.421Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:46:05.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.425Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.426Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701046111,
  "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-01-26T02:46:05.440Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 853f1a2b-7b63-4830-b4c7-341c702c4b66
2023-01-26T02:46:05.440Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853f1a2b-7b63-4830-b4c7-341c702c4b66 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-01-26T02:46:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.454Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701046456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:46:05.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674701047113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701047523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.456Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701048728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/basic_onboard_pqftwe0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701049731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701049973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.458Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701050734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/resourceInstances/basic_onboard_pqftwe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.459Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "aai-model-loader",
  "timestamp": 1674701050976,
  "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-01-26T02:46:05.466Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 853f1a2b-7b63-4830-b4c7-341c702c4b66
2023-01-26T02:46:05.467Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853f1a2b-7b63-4830-b4c7-341c702c4b66 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-01-26T02:46:05.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.477Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701051736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701045059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701052814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.478Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701055445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPqftwe/1.0/artifacts/service-BasicOnboardPqftwe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T02:46:05.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:46:05.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T02:46:05.479Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674701056449,
  "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-01-26T02:46:05.486Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 853f1a2b-7b63-4830-b4c7-341c702c4b66
2023-01-26T02:46:05.486Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853f1a2b-7b63-4830-b4c7-341c702c4b66 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-01-26T02:46:12.833Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T02:46:12.848Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66
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-01-26T02:46:12.852Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T02:46:12.852Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T02:46:12.852Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T02:46:12.852Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T02:46:12.853Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:46:12.853Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:46:12.853Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:46:12.853Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T02:46:12.853Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-26T02:46:12.862Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T02:46:42.866Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66 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-01-26T02:46:42.874Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 853f1a2b-7b63-4830-b4c7-341c702c4b66 and serviceModelVersionId: 5ea17a8e-bd88-431e-a9d3-62b7a6a13baf
2023-01-26T02:46:42.874Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 536486ae-7af8-48ef-b111-d81f68bcc6bf
2023-01-26T02:46:42.876Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0
2023-01-26T02:46:42.896Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T02:46:42.962Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0|INFO|500||Invoke
2023-01-26T02:46:42.964Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[853f1a2b-7b63-4830-b4c7-341c702c4b66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e5bd754-e8d2-46ad-8a97-4727187252c1], X-ECOMP-RequestID=[853f1a2b-7b63-4830-b4c7-341c702c4b66], X-TransactionId=[], X-ONAP-RequestID=[853f1a2b-7b63-4830-b4c7-341c702c4b66], Content-Type=[application/merge-patch+json]}
2023-01-26T02:46:42.977Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T02:46:43.207Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?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/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 02:46:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[168120], x-aai-txid=[1-aai-resources-230126-02:46:44:241-32120], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T02:46:43.208Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-26T02:46:43.209Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/536486ae-7af8-48ef-b111-d81f68bcc6bf/model-vers/model-ver/5ea17a8e-bd88-431e-a9d3-62b7a6a13baf?depth=0|INFO|500||InvokeReturn
2023-01-26T02:46:43.209Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T02:46:43.209Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-26T02:46:43.220Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-26T02:46:43.220Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 853f1a2b-7b63-4830-b4c7-341c702c4b66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T02:46:43.220Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T02:46:43.221Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-26T02:46:43.221Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T02:46:43.221Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701203220,
  "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-01-26T02:46:44.236Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:47:05.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:47:05.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-26T02:47:05.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "853f1a2b-7b63-4830-b4c7-341c702c4b66",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674701203220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T02:47:05.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T02:47:44.238Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:48:05.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:48:44.238Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:49:05.422Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:49:44.239Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:50:05.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:50:44.241Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:51:05.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:51:44.242Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:52:05.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:52:44.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:53:05.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:53:44.244Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:54:05.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:54:44.245Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:55:05.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:55:44.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:56:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:56:44.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:57:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:57:44.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:58:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:58:44.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T02:59:05.432Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T02:59:44.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:00:05.434Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:00:44.257Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:01:05.435Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:01:44.258Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:02:05.436Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:02:44.260Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:03:05.437Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:03:44.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:04:05.438Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:04:44.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:05:05.438Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:05:44.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:06:05.439Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:06:44.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:07:05.439Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:07:44.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:08:05.441Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:08:44.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:09:05.442Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:09:44.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:10:05.443Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:10:44.273Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:11:05.443Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:11:44.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:12:05.444Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:12:44.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:13:05.447Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:13:44.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:14:05.448Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:14:44.277Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:15:05.448Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:15:44.278Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:16:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:16:10.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-26T03:16:10.313Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"34becadd-683e-4c4e-9464-6238cac17c1c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b66c6ce2-abeb-41a7-8061-13d43d5ec0dd","serviceDescription":"service","serviceInvariantUUID":"d056ede6-7920-458c-99b3-5a73f9d4b4ed","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c70a9bbe-b734-4af3-a067-28a08e2c1bc3","resourceInvariantUUID":"9599d9e5-bad4-4e81-a741-2bef8a5c319f","resourceCustomizationUUID":"64680978-4461-43d9-8ef9-b027c5086c9c","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":"MzM1ZTI0OWQ5YWZlNmEyY2JjOTZhMTQzZWVjODFhYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3fa3835-09bc-44d5-8471-a3bb6ff4fe32","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWNhMzhhYjMxNmM3YWM3YTkzZDQ2YWUxMDAyMjJiOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d364f7-e510-484e-8eca-db78fd4492bf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T03:16:10.325Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:16:10.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:16:10.328Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:16:10.329Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702944278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:16:10.331Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.332Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T03:16:10.335Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:16:10.335Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702965452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:16:10.336Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:16:11.333Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:16:11.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:16:11.334Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:16:11.335Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702944278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:16:12.337Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b66c6ce2-abeb-41a7-8061-13d43d5ec0dd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d056ede6-7920-458c-99b3-5a73f9d4b4ed",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "64680978-4461-43d9-8ef9-b027c5086c9c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c70a9bbe-b734-4af3-a067-28a08e2c1bc3",
      "resourceInvariantUUID": "9599d9e5-bad4-4e81-a741-2bef8a5c319f",
      "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": "NWNhMzhhYjMxNmM3YWM3YTkzZDQ2YWUxMDAyMjJiOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d364f7-e510-484e-8eca-db78fd4492bf"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T03:16:12.337Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T03:16:12.337Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b66c6ce2-abeb-41a7-8061-13d43d5ec0dd ASDC
2023-01-26T03:16:12.338Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:34becadd-683e-4c4e-9464-6238cac17c1c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
ServiceInvariantUUID:d056ede6-7920-458c-99b3-5a73f9d4b4ed
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:84d364f7-e510-484e-8eca-db78fd4492bf
ArtifactChecksum:NWNhMzhhYjMxNmM3YWM3YTkzZDQ2YWUxMDAyMjJiOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:64680978-4461-43d9-8ef9-b027c5086c9c
ResourceInvariantUUID:9599d9e5-bad4-4e81-a741-2bef8a5c319f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c70a9bbe-b734-4af3-a067-28a08e2c1bc3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-26T03:16:12.338Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b66c6ce2-abeb-41a7-8061-13d43d5ec0dd 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-01-26T03:16:12.389Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:16:12.390Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:16:12.391Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:16:12.391Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84d364f7-e510-484e-8eca-db78fd4492bf from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-26T03:16:12.391Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:16:12.392Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-26T03:16:12.473Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:16:12.474Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 84d364f7-e510-484e-8eca-db78fd4492bf 57793
2023-01-26T03:16:12.474Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-26T03:16:12.474Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-26T03:16:12.475Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:16:12.475Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:16:12.475Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:16:12.476Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702972474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:16:13.476Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:16:13.477Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:16:13.477Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 84d364f7-e510-484e-8eca-db78fd4492bf, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-26T03:16:13.483Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-26T03:16:13.484Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-26T03:16:13.484Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-26T03:16:13.657Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP826124528700285783/Definitions/service-BasicNetwork-template.yml
2023-01-26T03:16:14.078Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T03:16:14.078Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:16:14.078Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-26T03:16:14.078Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|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-BasicNetwork-csar.csar
2023-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.079Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:16:14.080Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.080Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.080Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-26T03:16:14.080Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:16:14.080Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.081Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.082Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.082Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.082Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.082Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.083Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.083Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.083Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
Model Version:NULL
Model InvariantUuid:d056ede6-7920-458c-99b3-5a73f9d4b4ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9599d9e5-bad4-4e81-a741-2bef8a5c319f
Model UUID:5318201b-6618-4dae-860a-dc694317a746
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:64680978-4461-43d9-8ef9-b027c5086c9c
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-01-26T03:16:14.095Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c70a9bbe-b734-4af3-a067-28a08e2c1bc3
2023-01-26T03:16:14.095Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||No resources found for Service: b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
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-01-26T03:16:14.103Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||
2023-01-26T03:16:14.103Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-26T03:16:14.105Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
2023-01-26T03:16:14.105Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
2023-01-26T03:16:14.105Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-26T03:16:14.105Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.112Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191ccf71, org.onap.sdc.toscaparser.api.parameters.Input@5189721e, org.onap.sdc.toscaparser.api.parameters.Input@1be68f96, org.onap.sdc.toscaparser.api.parameters.Input@6116832b, org.onap.sdc.toscaparser.api.parameters.Input@1e0ebf3f]
2023-01-26T03:16:14.114Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.114Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.115Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.115Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.115Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b66c6ce2-abeb-41a7-8061-13d43d5ec0dd: Generic NeutronNet
2023-01-26T03:16:14.116Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.116Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.116Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.116Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.166Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.166Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.167Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.167Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.168Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:16:14.168Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:16:14.168Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||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-01-26T03:16:14.234Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-26T03:16:14.235Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-26T03:16:14.235Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-26T03:16:14.235Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:16:14.235Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:16:14.235Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:16:14.236Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702974235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:16:15.238Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:16:15.250Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
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-01-26T03:16:15.252Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:16:15.253Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T03:16:15.253Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T03:16:45.260Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:16:45.273Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
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-01-26T03:16:45.281Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:16:45.282Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T03:16:45.282Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T03:17:05.420Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:17:05.422Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:17:05.422Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702944278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:17:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:17:15.282Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:17:15.293Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
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-01-26T03:17:15.295Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:17:15.295Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T03:17:15.295Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T03:17:45.296Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:17:45.311Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
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-01-26T03:17:45.314Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:17:45.314Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T03:17:45.314Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T03:18:05.420Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702950364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702968175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702965058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702965452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702944278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702950364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702968175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702965058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702974068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.429Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702972474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702972477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702973041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.430Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674702974235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702974744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.431Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702975748,
  "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-01-26T03:18:05.444Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34becadd-683e-4c4e-9464-6238cac17c1c
2023-01-26T03:18:05.445Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34becadd-683e-4c4e-9464-6238cac17c1c 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-01-26T03:18:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702976061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:18:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.459Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.459Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702977064,
  "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-01-26T03:18:05.466Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34becadd-683e-4c4e-9464-6238cac17c1c
2023-01-26T03:18:05.466Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34becadd-683e-4c4e-9464-6238cac17c1c 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-01-26T03:18:05.477Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.478Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.479Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.480Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.481Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.482Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.483Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.484Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.485Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.486Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702980364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702975075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702972341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702990213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702991806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.488Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702994880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.489Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.490Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "aai-model-loader",
  "timestamp": 1674702995882,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:18:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63866b3e-6341-43c9-a582-e3bc1c27a152
2023-01-26T03:18:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63866b3e-6341-43c9-a582-e3bc1c27a152 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-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.515Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674702995058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703003981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.517Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703005916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:18:05.518Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.518Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.518Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703006920,
  "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-01-26T03:18:05.524Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63866b3e-6341-43c9-a582-e3bc1c27a152
2023-01-26T03:18:05.524Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63866b3e-6341-43c9-a582-e3bc1c27a152 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-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.535Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.536Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.537Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.538Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.539Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.540Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.541Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703010364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.542Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674702992813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674702990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.543Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703020976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703020979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703022590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.544Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703022065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703023134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.545Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703024200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.546Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703025264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-26T03:18:05.565Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3452b410-4616-40dd-9f14-a68c47b093c4
2023-01-26T03:18:05.566Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3452b410-4616-40dd-9f14-a68c47b093c4 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-01-26T03:18:05.577Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:18:05.577Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:18:05.577Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:18:15.315Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:18:15.330Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c
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-01-26T03:18:15.333Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:18:15.333Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T03:18:15.333Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T03:18:15.334Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T03:18:15.334Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:15.334Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:15.334Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:15.334Z|34becadd-683e-4c4e-9464-6238cac17c1c|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-01-26T03:18:15.343Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T03:18:45.343Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34becadd-683e-4c4e-9464-6238cac17c1c 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-01-26T03:18:45.352Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34becadd-683e-4c4e-9464-6238cac17c1c and serviceModelVersionId: b66c6ce2-abeb-41a7-8061-13d43d5ec0dd
2023-01-26T03:18:45.352Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d056ede6-7920-458c-99b3-5a73f9d4b4ed
2023-01-26T03:18:45.354Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?depth=0
2023-01-26T03:18:45.363Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T03:18:45.429Z|34becadd-683e-4c4e-9464-6238cac17c1c|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/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?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-01-26T03:18:45.431Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?depth=0|INFO|500||Invoke
2023-01-26T03:18:45.437Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T03:18:45.540Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?depth=0|INFO|500||InvokeReturn
2023-01-26T03:18:45.541Z|34becadd-683e-4c4e-9464-6238cac17c1c|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/d056ede6-7920-458c-99b3-5a73f9d4b4ed/model-vers/model-ver/b66c6ce2-abeb-41a7-8061-13d43d5ec0dd?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 03:18:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[99], vertex-id=[393240], x-aai-txid=[1-aai-resources-230126-03:18:46:689-27751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T03:18:45.541Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-26T03:18:45.542Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T03:18:45.542Z|34becadd-683e-4c4e-9464-6238cac17c1c|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-01-26T03:18:45.548Z|34becadd-683e-4c4e-9464-6238cac17c1c|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-01-26T03:18:45.548Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34becadd-683e-4c4e-9464-6238cac17c1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T03:18:45.549Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T03:18:45.549Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:45.549Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:45.549Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703125548,
  "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-01-26T03:18:46.565Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:18:46.573Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-26T03:18:46.574Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"63866b3e-6341-43c9-a582-e3bc1c27a152","serviceName":"Demo_pNF_fGUQ1fNghpAiv5BIWdjF","serviceVersion":"1.0","serviceUUID":"7b21d311-3e99-4a9a-9631-b42f292f1415","serviceDescription":"catalog service description","serviceInvariantUUID":"e85ec838-085a-45b7-97b9-949d6b7a4e1e","resources":[{"resourceInstanceName":"pNF 3333efec-7759 0","resourceName":"pNF 3333efec-7759","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0abc5377-1199-4699-869d-c05485ddf742","resourceInvariantUUID":"30f64cb5-3a04-4e9f-8697-ff35bb973c39","resourceCustomizationUUID":"361b42e5-0036-4c4d-a691-7b43f5f39d80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml","artifactChecksum":"MzI3MTAxNTAyYjFjYWQ3OWQ3MWQ1MmZmYjIxMWI0Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0c992e6-c052-493a-b9cb-76778e625ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar","artifactChecksum":"MTIyNmQyOTk1MzIyNTM4ZmY4M2ZmODJkNDQ2ZDY1MDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef9fb718-85cf-4eca-af13-7dbab2e71db3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"740c233c-3c65-4094-b688-7254bea6a42c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg3ZDc0NDhiZTAwZDlmMTBlOGNjMDk1ZjY0YTI3NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76e66cec-57f5-4949-ab75-96fb01f9b611","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c825a062-b0c3-46a3-8ff9-28a32a883a31","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"268e744d-bd3b-4d63-a9c7-a4e72285c380","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml","artifactChecksum":"YTAxZGUyZDMwODRiOTAzMTZjYzVlYzFlYzBkZWEzZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63773739-17e5-46cd-85e0-01a5fb1e065c","artifactVersion":"1"},{"artifactName":"service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar","artifactChecksum":"NGQxYTA1ZDE2NTU2OWI4NjIyNTNlMzZmM2M5Y2MyZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T03:18:46.576Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:46.577Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:46.577Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:46.577Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:47.579Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:47.579Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:47.579Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:47.580Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:48.583Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:48.583Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:48.583Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:48.583Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:49.584Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:49.585Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:49.585Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:49.585Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:50.586Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:50.586Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:50.587Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:50.587Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:51.587Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:51.588Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:51.588Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:51.588Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:52.591Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:52.591Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:52.591Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:52.592Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:53.592Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:18:53.593Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:53.593Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:53.593Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:54.594Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "serviceName": "Demo_pNF_fGUQ1fNghpAiv5BIWdjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7b21d311-3e99-4a9a-9631-b42f292f1415",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e85ec838-085a-45b7-97b9-949d6b7a4e1e",
  "resources": [
    {
      "resourceInstanceName": "pNF 3333efec-7759 0",
      "resourceCustomizationUUID": "361b42e5-0036-4c4d-a691-7b43f5f39d80",
      "resourceName": "pNF 3333efec-7759",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0abc5377-1199-4699-869d-c05485ddf742",
      "resourceInvariantUUID": "30f64cb5-3a04-4e9f-8697-ff35bb973c39",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
      "artifactChecksum": "NGQxYTA1ZDE2NTU2OWI4NjIyNTNlMzZmM2M5Y2MyZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T03:18:54.595Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T03:18:54.595Z|34becadd-683e-4c4e-9464-6238cac17c1c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7b21d311-3e99-4a9a-9631-b42f292f1415 ASDC
2023-01-26T03:18:54.596Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:63866b3e-6341-43c9-a582-e3bc1c27a152
ServiceName:Demo_pNF_fGUQ1fNghpAiv5BIWdjF
ServiceVersion:1.0
ServiceUUID:7b21d311-3e99-4a9a-9631-b42f292f1415
ServiceInvariantUUID:e85ec838-085a-45b7-97b9-949d6b7a4e1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
ArtifactUUID:61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5
ArtifactChecksum:NGQxYTA1ZDE2NTU2OWI4NjIyNTNlMzZmM2M5Y2MyZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3333efec-7759 0
ResourceCustomizationUUID:361b42e5-0036-4c4d-a691-7b43f5f39d80
ResourceInvariantUUID:30f64cb5-3a04-4e9f-8697-ff35bb973c39
ResourceName:pNF 3333efec-7759
ResourceType:PNF
ResourceUUID:0abc5377-1199-4699-869d-c05485ddf742
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-26T03:18:54.596Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b21d311-3e99-4a9a-9631-b42f292f1415 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-01-26T03:18:54.632Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:18:54.632Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:18:54.632Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:18:54.633Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5 from URL: /sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:54.633Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:18:54.633Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:54.737Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:18:54.738Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar 61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5 88018
2023-01-26T03:18:54.739Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar ASDC sendASDCNotification
2023-01-26T03:18:54.739Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:54.739Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:18:54.740Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:54.740Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:54.740Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703134739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:55.741Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:18:55.742Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:18:55.742Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 61e1b1bd-3ce8-494a-8440-9fd6cb98f9f5, URL: /sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:55.743Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:55.743Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:55.743Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:55.919Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2092121641207655355/Definitions/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml
2023-01-26T03:18:56.941Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T03:18:56.942Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:18:56.942Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.942Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-26T03:18:56.942Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3333efec-7759 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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.942Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.943Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Node template pNF 3333efec-7759 0 is matching search criteria
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3333efec-7759 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.944Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Node template pNF 3333efec-7759 0 is matching search criteria
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3333efec-7759 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.945Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.946Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.946Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.946Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.946Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.946Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fGUQ1fNghpAiv5BIWdjF
Description:catalog service description
Model UUID:7b21d311-3e99-4a9a-9631-b42f292f1415
Model Version:NULL
Model InvariantUuid:e85ec838-085a-45b7-97b9-949d6b7a4e1e
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-01-26T03:18:56.955Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0abc5377-1199-4699-869d-c05485ddf742
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-01-26T03:18:56.958Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||pNF 3333efec-7759 0
2023-01-26T03:18:56.959Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0abc5377-1199-4699-869d-c05485ddf742
2023-01-26T03:18:56.959Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7b21d311-3e99-4a9a-9631-b42f292f1415
2023-01-26T03:18:56.959Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7b21d311-3e99-4a9a-9631-b42f292f1415
2023-01-26T03:18:56.959Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3333efec-7759 0 0abc5377-1199-4699-869d-c05485ddf742 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-01-26T03:18:56.967Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fbd3a4c, org.onap.sdc.toscaparser.api.parameters.Input@1c02fc, org.onap.sdc.toscaparser.api.parameters.Input@1c801a43, org.onap.sdc.toscaparser.api.parameters.Input@2b23b2c7, org.onap.sdc.toscaparser.api.parameters.Input@3dda82b5]
2023-01-26T03:18:56.968Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.968Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.968Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7b21d311-3e99-4a9a-9631-b42f292f1415: pNF 3333efec-7759
2023-01-26T03:18:56.968Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Processing PNF resource: 0abc5377-1199-4699-869d-c05485ddf742
2023-01-26T03:18:56.968Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:18:56.969Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fGUQ1fNghpAiv5BIWdjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:18:56.969Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Resource customization UUID: 361b42e5-0036-4c4d-a691-7b43f5f39d80 is the same as notified resource customizationUUID: 361b42e5-0036-4c4d-a691-7b43f5f39d80
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-01-26T03:18:57.036Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3333efec-7759 0abc5377-1199-4699-869d-c05485ddf742 0 ASDC deployResourceStructure
2023-01-26T03:18:57.036Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar ASDC sendASDCNotification
2023-01-26T03:18:57.037Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar
2023-01-26T03:18:57.037Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:18:57.037Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:18:57.037Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:18:57.037Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703137036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:18:58.038Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63866b3e-6341-43c9-a582-e3bc1c27a152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:18:58.052Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63866b3e-6341-43c9-a582-e3bc1c27a152
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-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:18:58.055Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-01-26T03:18:58.062Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T03:19:05.420Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:19:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703026271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703027156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.427Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.428Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703028158,
  "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-01-26T03:19:05.437Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3452b410-4616-40dd-9f14-a68c47b093c4
2023-01-26T03:19:05.437Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3452b410-4616-40dd-9f14-a68c47b093c4 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-01-26T03:19:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.450Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703023619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.451Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674703031017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.452Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.453Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.454Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703027273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.455Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703034362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.456Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703034814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703035455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703036519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703037152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703037550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-26T03:19:05.476Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
2023-01-26T03:19:05.476Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 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-01-26T03:19:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.487Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703038155,
  "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-01-26T03:19:05.494Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3452b410-4616-40dd-9f14-a68c47b093c4
2023-01-26T03:19:05.494Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3452b410-4616-40dd-9f14-a68c47b093c4 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-01-26T03:19:05.503Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.503Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674703038553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.504Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.505Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.506Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.507Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703025059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703040364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.508Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703046264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703047456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.509Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703048619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.510Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.510Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.510Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674703049622,
  "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-01-26T03:19:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
2023-01-26T03:19:05.516Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 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-01-26T03:19:05.525Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.525Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703053802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:19:05.526Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:19:05.526Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:19:05.526Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "aai-model-loader",
  "timestamp": 1674703054804,
  "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-01-26T03:19:05.532Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
2023-01-26T03:19:05.532Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 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-01-26T03:19:28.063Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63866b3e-6341-43c9-a582-e3bc1c27a152 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-01-26T03:19:28.071Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63866b3e-6341-43c9-a582-e3bc1c27a152 and serviceModelVersionId: 7b21d311-3e99-4a9a-9631-b42f292f1415
2023-01-26T03:19:28.071Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e85ec838-085a-45b7-97b9-949d6b7a4e1e
2023-01-26T03:19:28.072Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0
2023-01-26T03:19:28.078Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T03:19:28.133Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0|INFO|500||Invoke
2023-01-26T03:19:28.134Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63866b3e-6341-43c9-a582-e3bc1c27a152], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dac951af-875b-4671-a8d9-02c228c2a844], X-ECOMP-RequestID=[63866b3e-6341-43c9-a582-e3bc1c27a152], X-TransactionId=[], X-ONAP-RequestID=[63866b3e-6341-43c9-a582-e3bc1c27a152], Content-Type=[application/merge-patch+json]}
2023-01-26T03:19:28.139Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T03:19:28.249Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?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/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 03:19:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[105], vertex-id=[217224], x-aai-txid=[0-aai-resources-230126-03:19:29:392-3712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T03:19:28.249Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-26T03:19:28.250Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e85ec838-085a-45b7-97b9-949d6b7a4e1e/model-vers/model-ver/7b21d311-3e99-4a9a-9631-b42f292f1415?depth=0|INFO|500||InvokeReturn
2023-01-26T03:19:28.250Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T03:19:28.251Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-01-26T03:19:28.260Z|63866b3e-6341-43c9-a582-e3bc1c27a152|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-01-26T03:19:28.260Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63866b3e-6341-43c9-a582-e3bc1c27a152 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T03:19:28.261Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T03:19:28.261Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:28.261Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:28.261Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703168261,
  "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-01-26T03:19:29.281Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-26T03:19:29.281Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3452b410-4616-40dd-9f14-a68c47b093c4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aef4520b-862a-4d5b-8de1-789e92d34141","serviceDescription":"service","serviceInvariantUUID":"f8810ee0-d415-4b6b-aa39-b4d62d6273c1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a16cc600-e276-47e6-a1e9-f9d9fa3e69d9","resourceInvariantUUID":"c71e6501-2e50-4ae9-8beb-c5c96c7841bc","resourceCustomizationUUID":"3654607b-38f7-4875-9007-e514d468f12f","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":"MjA0ZjRlYmE0ZDIzMzlkODkyMDg5OTBmMmY2YWU1NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77b8563a-558a-49da-b673-0ecb597e8be0","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":"f461e53b-4396-4419-8b0f-514b90db0d3e","artifactVersion":"2","generatedFromUUID":"3060fe12-b9b5-43d5-95ea-2ceaff21d331"},{"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":"3060fe12-b9b5-43d5-95ea-2ceaff21d331","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":"YTczZGY2MGY2NzU1ZDA3YTY0M2ZmMjIzMDI5ZmU3OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93297d4f-4a10-4c46-aecf-b9010684ed94","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":"324ffb3c-7141-4906-8e4e-dd3ba7e6a886","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":"8c94b250-b765-4746-b96a-1ea6c2c0e93f","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":"90b9215f-77d2-4bfe-b033-d6874e87c081","artifactVersion":"2","generatedFromUUID":"324ffb3c-7141-4906-8e4e-dd3ba7e6a886"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzYyNjQyYzdjZGEwMTJjZTRhYmUxN2FmYjk0ZTEwNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d99aa11-851b-4215-9615-4ec0081b69eb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTRkOGQzMjAxMGRhNTc3NDFkYWU2MGQ0YTQzYWU5ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"536b7e30-4662-4d34-8e90-32ae7fefef0a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T03:19:29.281Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:29.282Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:29.282Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:29.282Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:30.283Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:30.283Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:30.283Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:30.284Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:31.284Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:31.285Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:31.285Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:31.285Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:32.286Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:32.287Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:32.287Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:32.287Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:33.287Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:33.288Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:33.288Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:33.288Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:34.289Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:34.289Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:34.289Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:34.289Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:35.290Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:35.291Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:35.291Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:35.291Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:19:36.291Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:36.292Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:36.292Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:36.293Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:19:37.293Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:19:37.294Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:37.294Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:37.294Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:19:38.295Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "aef4520b-862a-4d5b-8de1-789e92d34141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8810ee0-d415-4b6b-aa39-b4d62d6273c1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3654607b-38f7-4875-9007-e514d468f12f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a16cc600-e276-47e6-a1e9-f9d9fa3e69d9",
      "resourceInvariantUUID": "c71e6501-2e50-4ae9-8beb-c5c96c7841bc",
      "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": "f461e53b-4396-4419-8b0f-514b90db0d3e",
          "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": "3060fe12-b9b5-43d5-95ea-2ceaff21d331",
          "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": "YTczZGY2MGY2NzU1ZDA3YTY0M2ZmMjIzMDI5ZmU3OTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93297d4f-4a10-4c46-aecf-b9010684ed94",
          "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": "324ffb3c-7141-4906-8e4e-dd3ba7e6a886",
          "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": "90b9215f-77d2-4bfe-b033-d6874e87c081",
            "generatedFromUUID": "324ffb3c-7141-4906-8e4e-dd3ba7e6a886"
          },
          "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": "90b9215f-77d2-4bfe-b033-d6874e87c081",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTRkOGQzMjAxMGRhNTc3NDFkYWU2MGQ0YTQzYWU5ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "536b7e30-4662-4d34-8e90-32ae7fefef0a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T03:19:38.296Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T03:19:38.296Z|63866b3e-6341-43c9-a582-e3bc1c27a152|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aef4520b-862a-4d5b-8de1-789e92d34141 ASDC
2023-01-26T03:19:38.297Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3452b410-4616-40dd-9f14-a68c47b093c4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:aef4520b-862a-4d5b-8de1-789e92d34141
ServiceInvariantUUID:f8810ee0-d415-4b6b-aa39-b4d62d6273c1
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:536b7e30-4662-4d34-8e90-32ae7fefef0a
ArtifactChecksum:NTRkOGQzMjAxMGRhNTc3NDFkYWU2MGQ0YTQzYWU5ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3654607b-38f7-4875-9007-e514d468f12f
ResourceInvariantUUID:c71e6501-2e50-4ae9-8beb-c5c96c7841bc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a16cc600-e276-47e6-a1e9-f9d9fa3e69d9
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:f461e53b-4396-4419-8b0f-514b90db0d3e
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:3060fe12-b9b5-43d5-95ea-2ceaff21d331
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:93297d4f-4a10-4c46-aecf-b9010684ed94
ArtifactChecksum:YTczZGY2MGY2NzU1ZDA3YTY0M2ZmMjIzMDI5ZmU3OTU=
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:324ffb3c-7141-4906-8e4e-dd3ba7e6a886
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:90b9215f-77d2-4bfe-b033-d6874e87c081
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:90b9215f-77d2-4bfe-b033-d6874e87c081
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T03:19:38.297Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aef4520b-862a-4d5b-8de1-789e92d34141 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-01-26T03:19:38.341Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:19:38.342Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:19:38.342Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:19:38.343Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 536b7e30-4662-4d34-8e90-32ae7fefef0a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-26T03:19:38.343Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:38.343Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-26T03:19:38.542Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:38.544Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 536b7e30-4662-4d34-8e90-32ae7fefef0a 74000
2023-01-26T03:19:38.544Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-26T03:19:38.545Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-26T03:19:38.545Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:38.545Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:38.545Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:38.545Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703178544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:19:39.546Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:19:39.547Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:19:39.547Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 536b7e30-4662-4d34-8e90-32ae7fefef0a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-26T03:19:39.548Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-26T03:19:39.548Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-26T03:19:39.549Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-26T03:19:39.670Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15825395816584247343/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-01-26T03:19:40.797Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T03:19:40.798Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:19:40.798Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-26T03:19:40.798Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-26T03:19:40.798Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|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-BasicCnf-csar.csar
2023-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.799Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.800Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:40.800Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:19:40.800Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:19:40.800Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.801Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.801Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:40.801Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:19:40.801Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:19:40.801Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.802Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.802Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.802Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-26T03:19:40.802Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-26T03:19:40.803Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-26T03:19:40.803Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T03:19:40.803Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.803Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T03:19:40.803Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.804Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:40.804Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:40.804Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.804Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:40.804Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:40.805Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.805Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:40.805Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:40.805Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.805Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-26T03:19:40.806Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-26T03:19:40.806Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d95c96d7-20ad-4cd4-ac07-d58c06ef8e11
2023-01-26T03:19:40.806Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.806Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.806Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:40.807Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:aef4520b-862a-4d5b-8de1-789e92d34141
Model Version:NULL
Model InvariantUuid:f8810ee0-d415-4b6b-aa39-b4d62d6273c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9a0e5a5f-4ed8-4c6d-84bb-a76e32212095
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c71e6501-2e50-4ae9-8beb-c5c96c7841bc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3654607b-38f7-4875-9007-e514d468f12f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc06d52c-0e24-4a83-acb9-4844873aea06
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e846a2ed-174c-4ed4-8cd8-768158e285ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d95c96d7-20ad-4cd4-ac07-d58c06ef8e11
ModelInvariantUuid:10c42f17-8963-40b9-bd55-60fb20b96679
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a699264d-47c5-4732-9d61-94de2f4364b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5c5390c8-2eb0-42c7-90fc-bb32d97d3dda
ModelInvariantUuid:b650f4a2-2436-495f-8c49-ff910c1541e1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d86e480c-7908-4c7f-9c28-9365717f7caa
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-01-26T03:19:40.819Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a16cc600-e276-47e6-a1e9-f9d9fa3e69d9
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-01-26T03:19:40.822Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||basic_cnf 0
2023-01-26T03:19:40.823Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a16cc600-e276-47e6-a1e9-f9d9fa3e69d9
2023-01-26T03:19:40.823Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f461e53b-4396-4419-8b0f-514b90db0d3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-26T03:19:40.823Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:40.823Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.903Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:40.904Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f461e53b-4396-4419-8b0f-514b90db0d3e 12
2023-01-26T03:19:40.904Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.904Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:40.904Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:40.905Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:40.905Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:40.905Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703180904,
  "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-01-26T03:19:41.907Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3060fe12-b9b5-43d5-95ea-2ceaff21d331 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-26T03:19:41.907Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:41.907Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:41.980Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:41.980Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3060fe12-b9b5-43d5-95ea-2ceaff21d331 2688
2023-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:41.981Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703181981,
  "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-01-26T03:19:42.983Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93297d4f-4a10-4c46-aecf-b9010684ed94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-26T03:19:42.984Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:42.984Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:43.035Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:43.035Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 93297d4f-4a10-4c46-aecf-b9010684ed94 828
2023-01-26T03:19:43.036Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:43.036Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:43.036Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:43.036Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:43.036Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:43.037Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703183036,
  "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-01-26T03:19:44.037Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc06d52c-0e24-4a83-acb9-4844873aea06",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e846a2ed-174c-4ed4-8cd8-768158e285ef",
    "vfModuleModelCustomizationUUID": "a47b3c5b-d6c2-4660-986b-14b7620c6892",
    "isBase": true,
    "artifacts": [
      "324ffb3c-7141-4906-8e4e-dd3ba7e6a886",
      "3060fe12-b9b5-43d5-95ea-2ceaff21d331",
      "90b9215f-77d2-4bfe-b033-d6874e87c081"
    ],
    "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-01-26T03:19:44.042Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e846a2ed-174c-4ed4-8cd8-768158e285ef
VfModuleModelInvariantUUID:bc06d52c-0e24-4a83-acb9-4844873aea06
VfModuleModelDescription:NULL
Artifacts UUID List:{
324ffb3c-7141-4906-8e4e-dd3ba7e6a886
,
3060fe12-b9b5-43d5-95ea-2ceaff21d331
,
90b9215f-77d2-4bfe-b033-d6874e87c081

}
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-01-26T03:19:44.044Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc06d52c-0e24-4a83-acb9-4844873aea06",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e846a2ed-174c-4ed4-8cd8-768158e285ef",
    "vfModuleModelCustomizationUUID": "a47b3c5b-d6c2-4660-986b-14b7620c6892",
    "isBase": true,
    "artifacts": [
      "324ffb3c-7141-4906-8e4e-dd3ba7e6a886",
      "3060fe12-b9b5-43d5-95ea-2ceaff21d331",
      "90b9215f-77d2-4bfe-b033-d6874e87c081"
    ],
    "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-01-26T03:19:44.044Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e846a2ed-174c-4ed4-8cd8-768158e285ef
VfModuleModelInvariantUUID:bc06d52c-0e24-4a83-acb9-4844873aea06
VfModuleModelDescription:NULL
Artifacts UUID List:{
324ffb3c-7141-4906-8e4e-dd3ba7e6a886
,
3060fe12-b9b5-43d5-95ea-2ceaff21d331
,
90b9215f-77d2-4bfe-b033-d6874e87c081

}
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-01-26T03:19:44.044Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 324ffb3c-7141-4906-8e4e-dd3ba7e6a886 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-26T03:19:44.044Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:44.044Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:44.101Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:44.103Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 324ffb3c-7141-4906-8e4e-dd3ba7e6a886 1164
2023-01-26T03:19:44.103Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:44.103Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:44.104Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:44.104Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:44.104Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:44.104Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703184103,
  "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-01-26T03:19:45.105Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90b9215f-77d2-4bfe-b033-d6874e87c081 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-26T03:19:45.106Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:19:45.106Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:45.163Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:19:45.163Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 90b9215f-77d2-4bfe-b033-d6874e87c081 200
2023-01-26T03:19:45.164Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:45.164Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:45.164Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:19:45.164Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:45.164Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:45.165Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703185164,
  "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-01-26T03:19:46.165Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aef4520b-862a-4d5b-8de1-789e92d34141
2023-01-26T03:19:46.166Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a16cc600-e276-47e6-a1e9-f9d9fa3e69d9 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-01-26T03:19:46.183Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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 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-01-26T03:19:46.192Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@194feccd, org.onap.sdc.toscaparser.api.parameters.Input@50f1cf3c, org.onap.sdc.toscaparser.api.parameters.Input@45ce7144, org.onap.sdc.toscaparser.api.parameters.Input@11dc06cf, org.onap.sdc.toscaparser.api.parameters.Input@7793b9bd]
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3654607b-38f7-4875-9007-e514d468f12f
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3654607b-38f7-4875-9007-e514d468f12f matches Tosca VF Customization UUID: 3654607b-38f7-4875-9007-e514d468f12f
2023-01-26T03:19:46.193Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3654607b-38f7-4875-9007-e514d468f12f  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-01-26T03:19:46.196Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.196Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.196Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3654607b-38f7-4875-9007-e514d468f12f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-26T03:19:46.196Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e2c8736
2023-01-26T03:19:46.197Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.197Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T03:19:46.197Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a47b3c5b-d6c2-4660-986b-14b7620c6892
2023-01-26T03:19:46.197Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a47b3c5b-d6c2-4660-986b-14b7620c6892
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-01-26T03:19:46.200Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.200Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:46.200Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-26T03:19:46.201Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-26T03:19:46.202Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d95c96d7-20ad-4cd4-ac07-d58c06ef8e11
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-01-26T03:19:46.204Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.204Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:46.204Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:19:46.204Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.205Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-26T03:19:46.205Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3654607b-38f7-4875-9007-e514d468f12f
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-01-26T03:19:46.207Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.207Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.207Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aef4520b-862a-4d5b-8de1-789e92d34141: basic_cnf
2023-01-26T03:19:46.207Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.207Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.208Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.208Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.208Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.208Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.209Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.209Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.209Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:19:46.209Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:19:46.209Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:46.306Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a16cc600-e276-47e6-a1e9-f9d9fa3e69d9 1 ASDC deployResourceStructure
2023-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:46.307Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703186306,
  "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-01-26T03:19:47.308Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:47.309Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:47.309Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-26T03:19:47.309Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:47.309Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:47.310Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703187308,
  "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-01-26T03:19:48.311Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:48.311Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:48.311Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:19:48.312Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:48.312Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:48.312Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703188311,
  "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-01-26T03:19:49.313Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:49.313Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:49.313Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:19:49.314Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:49.314Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:49.314Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703189313,
  "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-01-26T03:19:50.315Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:50.315Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||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-01-26T03:19:50.315Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:19:50.315Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:50.316Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:50.316Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703190315,
  "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-01-26T03:19:51.316Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-26T03:19:51.317Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-26T03:19:51.317Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:19:51.318Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:19:51.318Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:19:51.318Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703191316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:19:52.319Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3452b410-4616-40dd-9f14-a68c47b093c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:19:52.332Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3452b410-4616-40dd-9f14-a68c47b093c4
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-01-26T03:19:52.335Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:19:52.335Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T03:19:52.335Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T03:19:52.335Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T03:19:52.335Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:19:52.336Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:19:52.336Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:19:52.336Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:19:52.336Z|3452b410-4616-40dd-9f14-a68c47b093c4|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-01-26T03:19:52.343Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T03:20:05.420Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:20:05.422Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.422Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "34becadd-683e-4c4e-9464-6238cac17c1c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703125548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.423Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.424Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/resourceInstances/pnf3333efec77590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.425Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703134739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703137036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFguq1fnghpaiv5biwdjf/1.0/artifacts/service-DemoPnfFguq1fnghpaiv5biwdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:20:05.426Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:20:22.343Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3452b410-4616-40dd-9f14-a68c47b093c4 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-01-26T03:20:22.350Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3452b410-4616-40dd-9f14-a68c47b093c4 and serviceModelVersionId: aef4520b-862a-4d5b-8de1-789e92d34141
2023-01-26T03:20:22.350Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8810ee0-d415-4b6b-aa39-b4d62d6273c1
2023-01-26T03:20:22.350Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?depth=0
2023-01-26T03:20:22.354Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T03:20:22.401Z|3452b410-4616-40dd-9f14-a68c47b093c4|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/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?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-01-26T03:20:22.403Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?depth=0|INFO|500||Invoke
2023-01-26T03:20:22.408Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T03:20:22.526Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?depth=0|INFO|500||InvokeReturn
2023-01-26T03:20:22.527Z|3452b410-4616-40dd-9f14-a68c47b093c4|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/f8810ee0-d415-4b6b-aa39-b4d62d6273c1/model-vers/model-ver/aef4520b-862a-4d5b-8de1-789e92d34141?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 03:20:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[233712], x-aai-txid=[1-aai-resources-230126-03:20:23:661-10634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T03:20:22.527Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-26T03:20:22.527Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T03:20:22.527Z|3452b410-4616-40dd-9f14-a68c47b093c4|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-01-26T03:20:22.533Z|3452b410-4616-40dd-9f14-a68c47b093c4|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-01-26T03:20:22.533Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3452b410-4616-40dd-9f14-a68c47b093c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T03:20:22.533Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T03:20:22.534Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:22.534Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:22.534Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703222533,
  "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-01-26T03:20:23.551Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-26T03:20:23.551Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec83b2eb-e29c-4ffc-8286-9ffc58635bf0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c867e7bb-509f-44c4-b0ac-637685f09969","serviceDescription":"service","serviceInvariantUUID":"b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b2bd450-21f8-4684-beb2-9d1a03e8c0ae","resourceInvariantUUID":"1ba3e7f2-40ca-4092-962d-739a02e24555","resourceCustomizationUUID":"5a903b06-ca35-441e-88ca-a89ebdb74bbc","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":"YTJjMTY3MWEzNzYxOTg4ZWYyYWM5NWMxM2E2OTJjNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199676bb-7051-4ef7-99eb-3dc7cb169cab","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":"MTExYjg1ZTU5MmVhOGY4MTYwYWNhZDgzZDYxZDJmMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d12bdd12-ae62-4507-9dc7-5aa94d6d11f6","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":"4e883b61-a7a2-461f-bae2-35c7a70f1952","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":"8fdac43a-bc00-48e6-95f4-cb95db040ba4","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":"0abed388-02a1-4b99-93ea-0240e4c2e6ed","artifactVersion":"2","generatedFromUUID":"4e883b61-a7a2-461f-bae2-35c7a70f1952"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjE4NjFiNGVlZjBjNGFmZGVkYThlOTBlNWQ3Y2M2YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"726fe38d-d663-4783-8df0-d9d47ae2cf58","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWNmMDI3Y2FkNWI3ODkzZDJhNzI3Y2JiNGNlN2E0OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78322cc5-2e87-449f-b521-b445b8020927","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T03:20:23.551Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:23.551Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:23.552Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:23.552Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:20:24.552Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:24.553Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:24.553Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:24.553Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:20:25.553Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:25.554Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:25.555Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:25.555Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:20:26.556Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:26.556Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:26.556Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:26.556Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:20:27.557Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:27.557Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:27.557Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:27.558Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "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-01-26T03:20:28.558Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:28.559Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:28.559Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:28.559Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:20:29.560Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T03:20:29.560Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:29.561Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:29.561Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:20:30.562Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c867e7bb-509f-44c4-b0ac-637685f09969",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5a903b06-ca35-441e-88ca-a89ebdb74bbc",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0b2bd450-21f8-4684-beb2-9d1a03e8c0ae",
      "resourceInvariantUUID": "1ba3e7f2-40ca-4092-962d-739a02e24555",
      "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": "MTExYjg1ZTU5MmVhOGY4MTYwYWNhZDgzZDYxZDJmMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d12bdd12-ae62-4507-9dc7-5aa94d6d11f6",
          "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": "4e883b61-a7a2-461f-bae2-35c7a70f1952",
          "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": "0abed388-02a1-4b99-93ea-0240e4c2e6ed",
            "generatedFromUUID": "4e883b61-a7a2-461f-bae2-35c7a70f1952"
          },
          "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": "0abed388-02a1-4b99-93ea-0240e4c2e6ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWNmMDI3Y2FkNWI3ODkzZDJhNzI3Y2JiNGNlN2E0OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78322cc5-2e87-449f-b521-b445b8020927"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T03:20:30.562Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T03:20:30.562Z|3452b410-4616-40dd-9f14-a68c47b093c4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c867e7bb-509f-44c4-b0ac-637685f09969 ASDC
2023-01-26T03:20:30.563Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c867e7bb-509f-44c4-b0ac-637685f09969
ServiceInvariantUUID:b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6
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:78322cc5-2e87-449f-b521-b445b8020927
ArtifactChecksum:MWNmMDI3Y2FkNWI3ODkzZDJhNzI3Y2JiNGNlN2E0OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5a903b06-ca35-441e-88ca-a89ebdb74bbc
ResourceInvariantUUID:1ba3e7f2-40ca-4092-962d-739a02e24555
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0b2bd450-21f8-4684-beb2-9d1a03e8c0ae
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:d12bdd12-ae62-4507-9dc7-5aa94d6d11f6
ArtifactChecksum:MTExYjg1ZTU5MmVhOGY4MTYwYWNhZDgzZDYxZDJmMTg=
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:4e883b61-a7a2-461f-bae2-35c7a70f1952
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:0abed388-02a1-4b99-93ea-0240e4c2e6ed
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:0abed388-02a1-4b99-93ea-0240e4c2e6ed
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T03:20:30.563Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c867e7bb-509f-44c4-b0ac-637685f09969 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-01-26T03:20:30.612Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:20:30.612Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:20:30.612Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:20:30.613Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78322cc5-2e87-449f-b521-b445b8020927 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-26T03:20:30.613Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:20:30.613Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-26T03:20:30.792Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:20:30.793Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 78322cc5-2e87-449f-b521-b445b8020927 75184
2023-01-26T03:20:30.793Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-26T03:20:30.793Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-26T03:20:30.793Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:20:30.794Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:30.794Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:30.794Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703230793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:20:31.795Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T03:20:31.796Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-26T03:20:31.796Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 78322cc5-2e87-449f-b521-b445b8020927, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-26T03:20:31.796Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-26T03:20:31.797Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-26T03:20:31.797Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-26T03:20:31.913Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6126498734155950525/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-01-26T03:20:33.285Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T03:20:33.286Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:20:33.286Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-26T03:20:33.286Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.287Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.288Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-BasicVm-csar.csar
2023-01-26T03:20:33.288Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-26T03:20:33.289Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.289Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.289Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:33.289Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:20:33.289Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:20:33.290Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.290Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.290Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:33.290Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-26T03:20:33.291Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T03:20:33.291Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.291Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.292Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.292Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-26T03:20:33.292Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-26T03:20:33.293Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-26T03:20:33.293Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-26T03:20:33.293Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T03:20:33.293Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T03:20:33.293Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.294Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T03:20:33.294Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.294Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:33.294Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:33.294Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.295Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:33.295Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:33.295Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.295Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:33.295Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:33.296Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.296Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-26T03:20:33.296Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-26T03:20:33.296Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T03:20:33.297Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f79530fb-7163-4463-ab46-8bb7412eed5f
2023-01-26T03:20:33.297Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.297Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.297Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.297Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.298Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.299Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.299Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:33.299Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:33.299Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c867e7bb-509f-44c4-b0ac-637685f09969
Model Version:NULL
Model InvariantUuid:b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:52e77c43-a3c2-4c6c-9ce6-daa6a523af5e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ba3e7f2-40ca-4092-962d-739a02e24555
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a903b06-ca35-441e-88ca-a89ebdb74bbc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c693b3eb-51d2-458f-9fbb-75553b1eca25
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e77e3ea6-773b-4135-b179-c796ed337a86
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f79530fb-7163-4463-ab46-8bb7412eed5f
ModelInvariantUuid:07a6bac9-23e2-4ab5-879d-bfa57047a947
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e0db36fa-4edd-4734-be07-d24f70820f1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dbb3d191-b151-4bfe-a338-4f8da755e69f
ModelInvariantUuid:737b28e7-6d8d-4305-8250-882623452242
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:de37a0e0-17c3-4dc4-83fb-c7cf0a139391
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-01-26T03:20:33.310Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b2bd450-21f8-4684-beb2-9d1a03e8c0ae
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-01-26T03:20:33.313Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-01-26T03:20:33.314Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b2bd450-21f8-4684-beb2-9d1a03e8c0ae
2023-01-26T03:20:33.314Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d12bdd12-ae62-4507-9dc7-5aa94d6d11f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-26T03:20:33.314Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:20:33.314Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:33.391Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:20:33.392Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d12bdd12-ae62-4507-9dc7-5aa94d6d11f6 787
2023-01-26T03:20:33.392Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:33.392Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:33.392Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:20:33.393Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:33.393Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:33.393Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703233392,
  "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-01-26T03:20:34.393Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c693b3eb-51d2-458f-9fbb-75553b1eca25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e77e3ea6-773b-4135-b179-c796ed337a86",
    "vfModuleModelCustomizationUUID": "fc339aa4-6d83-4231-a023-34051b66d071",
    "isBase": true,
    "artifacts": [
      "4e883b61-a7a2-461f-bae2-35c7a70f1952",
      "0abed388-02a1-4b99-93ea-0240e4c2e6ed"
    ],
    "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-01-26T03:20:34.396Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e77e3ea6-773b-4135-b179-c796ed337a86
VfModuleModelInvariantUUID:c693b3eb-51d2-458f-9fbb-75553b1eca25
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e883b61-a7a2-461f-bae2-35c7a70f1952
,
0abed388-02a1-4b99-93ea-0240e4c2e6ed

}
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-01-26T03:20:34.398Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c693b3eb-51d2-458f-9fbb-75553b1eca25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e77e3ea6-773b-4135-b179-c796ed337a86",
    "vfModuleModelCustomizationUUID": "fc339aa4-6d83-4231-a023-34051b66d071",
    "isBase": true,
    "artifacts": [
      "4e883b61-a7a2-461f-bae2-35c7a70f1952",
      "0abed388-02a1-4b99-93ea-0240e4c2e6ed"
    ],
    "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-01-26T03:20:34.398Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e77e3ea6-773b-4135-b179-c796ed337a86
VfModuleModelInvariantUUID:c693b3eb-51d2-458f-9fbb-75553b1eca25
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e883b61-a7a2-461f-bae2-35c7a70f1952
,
0abed388-02a1-4b99-93ea-0240e4c2e6ed

}
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-01-26T03:20:34.398Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e883b61-a7a2-461f-bae2-35c7a70f1952 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-26T03:20:34.398Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:20:34.398Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:34.510Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:20:34.510Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4e883b61-a7a2-461f-bae2-35c7a70f1952 5033
2023-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:34.511Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703234511,
  "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-01-26T03:20:35.512Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0abed388-02a1-4b99-93ea-0240e4c2e6ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-26T03:20:35.512Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-26T03:20:35.513Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:35.603Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-26T03:20:35.603Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0abed388-02a1-4b99-93ea-0240e4c2e6ed 903
2023-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:35.604Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703235604,
  "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-01-26T03:20:36.605Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c867e7bb-509f-44c4-b0ac-637685f09969
2023-01-26T03:20:36.606Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0b2bd450-21f8-4684-beb2-9d1a03e8c0ae 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-01-26T03:20:36.626Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56e877cb, org.onap.sdc.toscaparser.api.parameters.Input@789ce333, org.onap.sdc.toscaparser.api.parameters.Input@6eb7a840, org.onap.sdc.toscaparser.api.parameters.Input@31ac5624, org.onap.sdc.toscaparser.api.parameters.Input@24ef39f5]
2023-01-26T03:20:36.627Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.628Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.628Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-26T03:20:36.628Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5a903b06-ca35-441e-88ca-a89ebdb74bbc
2023-01-26T03:20:36.628Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a903b06-ca35-441e-88ca-a89ebdb74bbc matches Tosca VF Customization UUID: 5a903b06-ca35-441e-88ca-a89ebdb74bbc
2023-01-26T03:20:36.628Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5a903b06-ca35-441e-88ca-a89ebdb74bbc  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-01-26T03:20:36.630Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.631Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.631Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5a903b06-ca35-441e-88ca-a89ebdb74bbc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-26T03:20:36.631Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b1defee
2023-01-26T03:20:36.631Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.631Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T03:20:36.632Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc339aa4-6d83-4231-a023-34051b66d071
2023-01-26T03:20:36.632Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc339aa4-6d83-4231-a023-34051b66d071
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-01-26T03:20:36.634Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.634Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:36.635Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:36.635Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.635Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:36.635Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:36.635Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.636Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-26T03:20:36.636Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-26T03:20:36.636Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T03:20:36.636Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f79530fb-7163-4463-ab46-8bb7412eed5f
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-01-26T03:20:36.638Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.638Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:36.639Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T03:20:36.639Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.639Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-26T03:20:36.639Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5a903b06-ca35-441e-88ca-a89ebdb74bbc
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-01-26T03:20:36.642Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c867e7bb-509f-44c4-b0ac-637685f09969: basic_vm
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.643Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.644Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.644Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.644Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.644Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T03:20:36.644Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T03:20:36.645Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:36.748Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0b2bd450-21f8-4684-beb2-9d1a03e8c0ae 1 ASDC deployResourceStructure
2023-01-26T03:20:36.748Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:36.749Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:36.749Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:20:36.749Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:36.749Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:36.749Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703236748,
  "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-01-26T03:20:37.750Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:37.751Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:37.751Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:20:37.751Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:37.752Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:37.752Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703237750,
  "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-01-26T03:20:38.752Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:38.753Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||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-01-26T03:20:38.753Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:20:38.753Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:38.753Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:38.754Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703238752,
  "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-01-26T03:20:39.755Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-26T03:20:39.755Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-26T03:20:39.755Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T03:20:39.756Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:20:39.756Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:20:39.757Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703239755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:20:40.758Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T03:20:40.776Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec83b2eb-e29c-4ffc-8286-9ffc58635bf0
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-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:20:40.779Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:20:40.780Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:20:40.780Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T03:20:40.780Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-01-26T03:20:40.787Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T03:21:05.421Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:21:05.423Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.423Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "63866b3e-6341-43c9-a582-e3bc1c27a152",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703168261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T03:21:05.423Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.426Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703178544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.427Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703180904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703181981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703183036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703184103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703185164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703186306,
  "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-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703187308,
  "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-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703188311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703189313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T03:21:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703190315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-26T03:21:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:21:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703191316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:21:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:21:10.787Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 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-01-26T03:21:10.796Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 and serviceModelVersionId: c867e7bb-509f-44c4-b0ac-637685f09969
2023-01-26T03:21:10.796Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6
2023-01-26T03:21:10.797Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?depth=0
2023-01-26T03:21:10.801Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T03:21:10.843Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?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-01-26T03:21:10.845Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?depth=0|INFO|500||Invoke
2023-01-26T03:21:10.850Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T03:21:10.945Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?depth=0|INFO|500||InvokeReturn
2023-01-26T03:21:10.946Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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/b00b6c6d-61c0-4f78-b5b6-290ee6ecb4e6/model-vers/model-ver/c867e7bb-509f-44c4-b0ac-637685f09969?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 03:21:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[91], vertex-id=[430104], x-aai-txid=[1-aai-resources-230126-03:21:12:102-6284], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T03:21:10.946Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-01-26T03:21:10.946Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T03:21:10.947Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-01-26T03:21:10.953Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|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-01-26T03:21:10.953Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec83b2eb-e29c-4ffc-8286-9ffc58635bf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T03:21:10.953Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T03:21:10.953Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-26T03:21:10.953Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T03:21:10.954Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703270953,
  "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-01-26T03:21:11.969Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:22:05.425Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:22:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.428Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3452b410-4616-40dd-9f14-a68c47b093c4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703222533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T03:22:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.429Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:22:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T03:22:05.430Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:22:05.431Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.432Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703126565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703230793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.433Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703233392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:22:05.434Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.434Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.434Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703234511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:22:05.434Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.434Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.435Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703235604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T03:22:05.435Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.435Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.435Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703236748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T03:22:05.435Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.436Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.436Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703237750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T03:22:05.436Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.436Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.436Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703238752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-26T03:22:05.437Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:05.437Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:22:05.437Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703239755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T03:22:05.437Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:22:11.970Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:23:05.420Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:23:05.423Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-26T03:23:05.423Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec83b2eb-e29c-4ffc-8286-9ffc58635bf0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674703270953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T03:23:05.424Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T03:23:11.972Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:24:05.420Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:24:11.973Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:25:05.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:25:11.973Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:26:05.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:26:11.974Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:27:05.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:27:11.976Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:28:05.426Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:28:11.976Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:29:05.427Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:29:11.977Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:30:05.427Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:30:11.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:31:05.428Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:31:11.979Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:32:05.428Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:32:11.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:33:05.430Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:33:11.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:34:05.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:34:11.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:35:05.432Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:35:11.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:36:05.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:36:11.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:37:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:37:11.990Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:38:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:38:11.992Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:39:05.437Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:39:11.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:40:05.437Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:40:11.995Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:41:05.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:41:11.997Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:42:05.438Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:42:12.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:43:05.439Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:43:12.004Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:44:05.441Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:44:12.006Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:45:05.441Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:45:12.007Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:46:05.441Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:46:12.008Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:47:05.442Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:47:12.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:48:05.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:48:12.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:49:05.443Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:49:12.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:50:05.445Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:50:12.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:51:05.446Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:51:12.012Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:52:05.448Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:52:12.012Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:53:05.449Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:53:12.013Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:54:05.449Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:54:12.013Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:55:05.450Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:55:12.014Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:56:05.452Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:56:12.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:57:05.454Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:57:12.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:58:05.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:58:12.016Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T03:59:05.457Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T03:59:12.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:00:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:00:12.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:01:05.458Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:01:12.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:02:05.459Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:02:12.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:03:05.461Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:03:12.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:04:05.461Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:04:12.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:05:05.462Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:05:12.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:06:05.464Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:06:12.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:07:05.465Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:07:12.025Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:08:05.466Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:08:12.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:09:05.467Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:09:12.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:10:05.467Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:10:12.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:11:05.469Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:11:12.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:12:05.469Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:12:12.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:13:05.470Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:13:12.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:14:05.470Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:14:12.031Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:15:05.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:15:12.031Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:16:05.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:16:12.033Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:17:05.473Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:17:12.035Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:18:05.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:18:12.036Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:19:05.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:19:12.037Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:20:05.475Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:20:12.037Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:21:05.477Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:21:12.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:22:05.478Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:22:12.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:23:05.479Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:23:12.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:24:05.480Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:24:12.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:25:05.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:25:12.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:26:05.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:26:12.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:27:05.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:27:12.043Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:27:24.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T04:27:24.143Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f945ca7a-c691-4aff-a483-a02b474a98ef","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2400fa98-71ce-48f7-92d5-fcba4e175e18","serviceDescription":"service","serviceInvariantUUID":"4d74c95d-122b-452b-8e34-0b11d46d108c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec1cfed4-81fe-435b-b3dd-df94725832ef","resourceInvariantUUID":"f2927e59-3b5d-490c-b57e-2f295a1e13ac","resourceCustomizationUUID":"c41f3572-66ae-4f60-9d32-cc6c471bdbd3","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":"YjczM2FiNjBlYWE0ZmFmZWUyOGVkMDU2OWIxZjA3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba9c3cd-1013-4f18-989e-fee6361c28a1","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":"NThmOGVlMDY3ZTAzNDg3MDM3MGFiZGU0M2JiODY2Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6943c7d8-880e-43ea-83d9-fbc8cabb74f8","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":"a2644865-4232-4148-be07-00ba165f2cb2","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":"e64f975b-e587-4bdc-a8bf-3380d6328381","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":"2e64fd73-baa9-4701-8f9a-82b96ed72da2","artifactVersion":"2","generatedFromUUID":"a4c1c81d-a609-4fb0-a650-5293d321e8c8"},{"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":"01642ef1-bab8-4bc5-a2de-83ab0482bf70","artifactVersion":"2","generatedFromUUID":"a2644865-4232-4148-be07-00ba165f2cb2"},{"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":"a4c1c81d-a609-4fb0-a650-5293d321e8c8","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":"44dfd425-0360-48c7-86bc-0b1d2a5aba6f","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":"M2ZjYjViZmNhM2JhNWU5NzQ3NzIyNzU1YjcwNDNjYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68774009-7c11-4524-af13-a5d7ae59cb8e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2U4Y2YzNTNkY2RjM2UwYjExZTkzZGJmZTk5NzA5ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T04:27:24.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:24.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:24.148Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:24.149Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:24.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.156Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.157Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.157Z||kafka-producer-network-thread | SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e0855c6d-40ba-4608-b687-49e3c0911fdc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to C-0Cmdu6RPuN7ply-RQAOA
2023-01-26T04:27:24.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-26T04:27:24.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:27:24.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:27:25.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:25.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:25.161Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:25.161Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:26.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:26.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:26.162Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:26.162Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:27.164Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:27.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:27.166Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:27.166Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:28.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:28.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:28.170Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:28.170Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:29.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:29.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:29.174Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:29.174Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:30.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:30.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:30.176Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:30.176Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:31.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:31.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:31.178Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:31.178Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "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-01-26T04:27:32.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:32.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:32.179Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:32.180Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:27:33.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:27:33.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:33.183Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:33.184Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:27:34.186Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2400fa98-71ce-48f7-92d5-fcba4e175e18",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d74c95d-122b-452b-8e34-0b11d46d108c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c41f3572-66ae-4f60-9d32-cc6c471bdbd3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec1cfed4-81fe-435b-b3dd-df94725832ef",
      "resourceInvariantUUID": "f2927e59-3b5d-490c-b57e-2f295a1e13ac",
      "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": "NThmOGVlMDY3ZTAzNDg3MDM3MGFiZGU0M2JiODY2Nzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6943c7d8-880e-43ea-83d9-fbc8cabb74f8",
          "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": "a2644865-4232-4148-be07-00ba165f2cb2",
          "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": "01642ef1-bab8-4bc5-a2de-83ab0482bf70",
            "generatedFromUUID": "a2644865-4232-4148-be07-00ba165f2cb2"
          },
          "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": "2e64fd73-baa9-4701-8f9a-82b96ed72da2",
          "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": "01642ef1-bab8-4bc5-a2de-83ab0482bf70",
          "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": "a4c1c81d-a609-4fb0-a650-5293d321e8c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2U4Y2YzNTNkY2RjM2UwYjExZTkzZGJmZTk5NzA5ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T04:27:34.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T04:27:34.187Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2400fa98-71ce-48f7-92d5-fcba4e175e18 ASDC
2023-01-26T04:27:34.189Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f945ca7a-c691-4aff-a483-a02b474a98ef
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2400fa98-71ce-48f7-92d5-fcba4e175e18
ServiceInvariantUUID:4d74c95d-122b-452b-8e34-0b11d46d108c
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:ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c
ArtifactChecksum:M2U4Y2YzNTNkY2RjM2UwYjExZTkzZGJmZTk5NzA5ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c41f3572-66ae-4f60-9d32-cc6c471bdbd3
ResourceInvariantUUID:f2927e59-3b5d-490c-b57e-2f295a1e13ac
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ec1cfed4-81fe-435b-b3dd-df94725832ef
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:6943c7d8-880e-43ea-83d9-fbc8cabb74f8
ArtifactChecksum:NThmOGVlMDY3ZTAzNDg3MDM3MGFiZGU0M2JiODY2Nzk=
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:a2644865-4232-4148-be07-00ba165f2cb2
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:01642ef1-bab8-4bc5-a2de-83ab0482bf70
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:2e64fd73-baa9-4701-8f9a-82b96ed72da2
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:01642ef1-bab8-4bc5-a2de-83ab0482bf70
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:a4c1c81d-a609-4fb0-a650-5293d321e8c8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T04:27:34.189Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2400fa98-71ce-48f7-92d5-fcba4e175e18 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-01-26T04:27:34.253Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:27:34.254Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:27:34.255Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:27:34.255Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:34.255Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:34.255Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:34.364Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:34.377Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c 163291
2023-01-26T04:27:34.377Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:27:34.377Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:34.378Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:34.378Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:34.379Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:34.379Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707254377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:27:35.380Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:27:35.381Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:27:35.381Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ef8c18a1-7ec4-4d22-aff9-9ae1ab80912c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:35.381Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-26T04:27:35.382Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:35.382Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:35.613Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7696963404269248447/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-26T04:27:36.826Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T04:27:36.827Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:27:36.827Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:36.827Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-26T04:27:36.827Z|f945ca7a-c691-4aff-a483-a02b474a98ef|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-BasicCnfMacro-csar.csar
2023-01-26T04:27:36.827Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.828Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.829Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:27:36.829Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:27:36.829Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.829Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.830Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.830Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:27:36.830Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:27:36.830Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.830Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T04:27:36.831Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.832Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T04:27:36.832Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.832Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.832Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:36.832Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.833Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.833Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:36.833Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.833Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.833Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:36.834Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.834Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:36.834Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:36.834Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9331802d-2469-4c3e-b20c-1672011b7703
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.835Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.836Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.836Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.836Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:36.836Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:36.836Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2400fa98-71ce-48f7-92d5-fcba4e175e18
Model Version:NULL
Model InvariantUuid:4d74c95d-122b-452b-8e34-0b11d46d108c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f2351afa-9106-4767-86fb-1ff70d473aab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2927e59-3b5d-490c-b57e-2f295a1e13ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c41f3572-66ae-4f60-9d32-cc6c471bdbd3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88e19378-a308-44ca-a431-752935754ab8
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b120b7a9-1b46-49e0-aac3-2c29800b9325
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:5ef47635-fab0-40e0-bcd1-9d4466517b93
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6372d48c-d9df-422f-ada1-2920b281e10e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9331802d-2469-4c3e-b20c-1672011b7703
ModelInvariantUuid:62bed33e-b60e-4ba4-8963-3e50e25814d8
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2597267a-df82-4584-b631-8a53a6c057b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4276a875-7fa6-471a-8582-e80bd872d00e
ModelInvariantUuid:39667783-d26b-47a8-a03c-8f5cf0e9e897
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:08d698f4-882e-49b0-98d1-aaffdd9ad974
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-01-26T04:27:36.847Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ec1cfed4-81fe-435b-b3dd-df94725832ef
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-01-26T04:27:36.852Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-01-26T04:27:36.852Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec1cfed4-81fe-435b-b3dd-df94725832ef
2023-01-26T04:27:36.852Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6943c7d8-880e-43ea-83d9-fbc8cabb74f8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-26T04:27:36.852Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:36.852Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.928Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:36.928Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6943c7d8-880e-43ea-83d9-fbc8cabb74f8 1565
2023-01-26T04:27:36.928Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.928Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:36.929Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:36.929Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:36.929Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:36.929Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707256928,
  "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-01-26T04:27:37.930Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "5ef47635-fab0-40e0-bcd1-9d4466517b93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6372d48c-d9df-422f-ada1-2920b281e10e",
    "vfModuleModelCustomizationUUID": "22aa333f-cff0-432a-ab31-c3f3e90f6104",
    "isBase": true,
    "artifacts": [
      "a2644865-4232-4148-be07-00ba165f2cb2",
      "01642ef1-bab8-4bc5-a2de-83ab0482bf70"
    ],
    "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": "88e19378-a308-44ca-a431-752935754ab8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b120b7a9-1b46-49e0-aac3-2c29800b9325",
    "vfModuleModelCustomizationUUID": "54639574-2efa-4917-8336-db78aa05e5ba",
    "isBase": false,
    "artifacts": [
      "a4c1c81d-a609-4fb0-a650-5293d321e8c8"
    ],
    "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-01-26T04:27:37.934Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6372d48c-d9df-422f-ada1-2920b281e10e
VfModuleModelInvariantUUID:5ef47635-fab0-40e0-bcd1-9d4466517b93
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2644865-4232-4148-be07-00ba165f2cb2
,
01642ef1-bab8-4bc5-a2de-83ab0482bf70

}
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:b120b7a9-1b46-49e0-aac3-2c29800b9325
VfModuleModelInvariantUUID:88e19378-a308-44ca-a431-752935754ab8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4c1c81d-a609-4fb0-a650-5293d321e8c8

}
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-01-26T04:27:37.936Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "5ef47635-fab0-40e0-bcd1-9d4466517b93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6372d48c-d9df-422f-ada1-2920b281e10e",
    "vfModuleModelCustomizationUUID": "22aa333f-cff0-432a-ab31-c3f3e90f6104",
    "isBase": true,
    "artifacts": [
      "a2644865-4232-4148-be07-00ba165f2cb2",
      "01642ef1-bab8-4bc5-a2de-83ab0482bf70"
    ],
    "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": "88e19378-a308-44ca-a431-752935754ab8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b120b7a9-1b46-49e0-aac3-2c29800b9325",
    "vfModuleModelCustomizationUUID": "54639574-2efa-4917-8336-db78aa05e5ba",
    "isBase": false,
    "artifacts": [
      "a4c1c81d-a609-4fb0-a650-5293d321e8c8"
    ],
    "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-01-26T04:27:37.937Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6372d48c-d9df-422f-ada1-2920b281e10e
VfModuleModelInvariantUUID:5ef47635-fab0-40e0-bcd1-9d4466517b93
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2644865-4232-4148-be07-00ba165f2cb2
,
01642ef1-bab8-4bc5-a2de-83ab0482bf70

}
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:b120b7a9-1b46-49e0-aac3-2c29800b9325
VfModuleModelInvariantUUID:88e19378-a308-44ca-a431-752935754ab8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4c1c81d-a609-4fb0-a650-5293d321e8c8

}
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-01-26T04:27:37.937Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2644865-4232-4148-be07-00ba165f2cb2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-26T04:27:37.937Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:37.937Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:38.069Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:38.069Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a2644865-4232-4148-be07-00ba165f2cb2 914
2023-01-26T04:27:38.069Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:38.069Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:38.071Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:38.071Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:38.071Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:38.071Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707258069,
  "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-01-26T04:27:39.072Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e64fd73-baa9-4701-8f9a-82b96ed72da2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-26T04:27:39.072Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:39.072Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:39.189Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:39.189Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2e64fd73-baa9-4701-8f9a-82b96ed72da2 12
2023-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:39.190Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707259190,
  "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-01-26T04:27:40.191Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01642ef1-bab8-4bc5-a2de-83ab0482bf70 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-26T04:27:40.191Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:40.191Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:40.263Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:40.263Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 01642ef1-bab8-4bc5-a2de-83ab0482bf70 96
2023-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:40.264Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707260264,
  "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-01-26T04:27:41.265Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4c1c81d-a609-4fb0-a650-5293d321e8c8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-26T04:27:41.265Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:27:41.265Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:41.324Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:27:41.325Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a4c1c81d-a609-4fb0-a650-5293d321e8c8 20206
2023-01-26T04:27:41.325Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:41.326Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:41.326Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:27:41.326Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:41.327Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:41.327Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707261325,
  "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-01-26T04:27:42.331Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2400fa98-71ce-48f7-92d5-fcba4e175e18
2023-01-26T04:27:42.332Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ec1cfed4-81fe-435b-b3dd-df94725832ef 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-01-26T04:27:42.354Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cbeb760, org.onap.sdc.toscaparser.api.parameters.Input@149b2074, org.onap.sdc.toscaparser.api.parameters.Input@786242b3, org.onap.sdc.toscaparser.api.parameters.Input@29059777, org.onap.sdc.toscaparser.api.parameters.Input@60c92080]
2023-01-26T04:27:42.356Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.356Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.357Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-26T04:27:42.357Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c41f3572-66ae-4f60-9d32-cc6c471bdbd3
2023-01-26T04:27:42.357Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c41f3572-66ae-4f60-9d32-cc6c471bdbd3 matches Tosca VF Customization UUID: c41f3572-66ae-4f60-9d32-cc6c471bdbd3
2023-01-26T04:27:42.357Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c41f3572-66ae-4f60-9d32-cc6c471bdbd3  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-01-26T04:27:42.360Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.361Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.362Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c41f3572-66ae-4f60-9d32-cc6c471bdbd3: {\"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-01-26T04:27:42.362Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@423a050f
2023-01-26T04:27:42.362Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.363Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T04:27:42.363Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54639574-2efa-4917-8336-db78aa05e5ba
2023-01-26T04:27:42.363Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54639574-2efa-4917-8336-db78aa05e5ba
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-01-26T04:27:42.366Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.367Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:42.367Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:42.367Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.368Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:42.368Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:27:42.368Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.368Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-26T04:27:42.369Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c41f3572-66ae-4f60-9d32-cc6c471bdbd3
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-01-26T04:27:42.371Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.371Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.371Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2400fa98-71ce-48f7-92d5-fcba4e175e18: basic_cnf_macro
2023-01-26T04:27:42.372Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.372Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.372Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.373Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.373Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.373Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.374Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.374Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.374Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:27:42.374Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:27:42.375Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:42.448Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ec1cfed4-81fe-435b-b3dd-df94725832ef 2 ASDC deployResourceStructure
2023-01-26T04:27:42.449Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:42.449Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:42.449Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:27:42.450Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:42.450Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:42.451Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707262449,
  "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-01-26T04:27:43.452Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:43.452Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:43.452Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:27:43.452Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:43.453Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:43.453Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707263452,
  "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-01-26T04:27:44.454Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:44.454Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:44.455Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-26T04:27:44.455Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:44.455Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:44.456Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707264454,
  "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-01-26T04:27:45.457Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:45.457Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:45.457Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:27:45.458Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:45.458Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:45.458Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707265457,
  "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-01-26T04:27:46.459Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:46.460Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||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-01-26T04:27:46.460Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-26T04:27:46.460Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:46.460Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:46.461Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707266459,
  "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-01-26T04:27:47.461Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:27:47.462Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-26T04:27:47.462Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:27:47.463Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:27:47.463Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:27:47.463Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707267461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:27:48.467Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:27:48.490Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
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-01-26T04:27:48.493Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:27:48.493Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T04:27:48.493Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T04:28:05.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:28:05.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:28:05.422Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:28:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:28:18.494Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:28:18.510Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
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-01-26T04:28:18.515Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:28:18.515Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T04:28:18.516Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T04:28:48.519Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:28:48.537Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
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-01-26T04:28:48.540Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:28:48.540Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T04:28:48.540Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T04:29:05.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:29:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.431Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.431Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.432Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.433Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.433Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.434Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.435Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.437Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.437Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.438Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.439Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.439Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.440Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707232127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707240364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.443Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707239696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707232043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707254374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707254377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707256154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.445Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707254416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707255483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707256551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707256928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707257644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707258069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707258737,
  "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-01-26T04:29:05.458Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f945ca7a-c691-4aff-a483-a02b474a98ef
2023-01-26T04:29:05.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f945ca7a-c691-4aff-a483-a02b474a98ef 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-01-26T04:29:05.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.472Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.472Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707259190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707259741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.473Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707260264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707261325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707262086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707262449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.477Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707263088,
  "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-01-26T04:29:05.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f945ca7a-c691-4aff-a483-a02b474a98ef
2023-01-26T04:29:05.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f945ca7a-c691-4aff-a483-a02b474a98ef 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-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707263452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707264454,
  "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-01-26T04:29:05.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707255059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707265457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707265908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707266459,
  "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-01-26T04:29:05.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707267461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707268318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:29:05.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:29:05.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:29:05.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707269322,
  "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-01-26T04:29:05.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f945ca7a-c691-4aff-a483-a02b474a98ef
2023-01-26T04:29:05.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f945ca7a-c691-4aff-a483-a02b474a98ef 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-01-26T04:29:18.541Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:29:18.555Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef
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-01-26T04:29:18.558Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:29:18.558Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T04:29:18.558Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T04:29:18.558Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T04:29:18.559Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:29:18.559Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:29:18.559Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:29:18.559Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:29:18.560Z|f945ca7a-c691-4aff-a483-a02b474a98ef|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-01-26T04:29:18.566Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T04:29:48.567Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f945ca7a-c691-4aff-a483-a02b474a98ef 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-01-26T04:29:48.575Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f945ca7a-c691-4aff-a483-a02b474a98ef and serviceModelVersionId: 2400fa98-71ce-48f7-92d5-fcba4e175e18
2023-01-26T04:29:48.575Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d74c95d-122b-452b-8e34-0b11d46d108c
2023-01-26T04:29:48.577Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0
2023-01-26T04:29:48.584Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T04:29:48.653Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0|INFO|500||Invoke
2023-01-26T04:29:48.654Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f945ca7a-c691-4aff-a483-a02b474a98ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9791056b-0811-4914-bbcf-c5339a9f330c], X-ECOMP-RequestID=[f945ca7a-c691-4aff-a483-a02b474a98ef], X-TransactionId=[], X-ONAP-RequestID=[f945ca7a-c691-4aff-a483-a02b474a98ef], Content-Type=[application/merge-patch+json]}
2023-01-26T04:29:48.661Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T04:29:48.753Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?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/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 04:29:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[88], vertex-id=[241736], x-aai-txid=[1-aai-resources-230126-04:29:49:903-57924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T04:29:48.753Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-26T04:29:48.754Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d74c95d-122b-452b-8e34-0b11d46d108c/model-vers/model-ver/2400fa98-71ce-48f7-92d5-fcba4e175e18?depth=0|INFO|500||InvokeReturn
2023-01-26T04:29:48.755Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T04:29:48.755Z|f945ca7a-c691-4aff-a483-a02b474a98ef|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-01-26T04:29:48.763Z|f945ca7a-c691-4aff-a483-a02b474a98ef|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-01-26T04:29:48.763Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f945ca7a-c691-4aff-a483-a02b474a98ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T04:29:48.764Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T04:29:48.764Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:48.764Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:48.765Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707388764,
  "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-01-26T04:29:49.782Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:29:49.786Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T04:29:49.787Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5142f0cc-0241-4e84-9fc1-9523244514b8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"578e00d7-6571-416f-9d46-83eeb04fb260","serviceDescription":"service","serviceInvariantUUID":"c7398286-dc99-4a0c-8a9e-9c77e0840f8c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dccb5971-63c5-4caa-80c9-440403ed4412","resourceInvariantUUID":"cfbe11a1-a2bb-4a9a-8e03-c776924a5e14","resourceCustomizationUUID":"8413e1ff-7722-4ed5-86f5-64ab65e5d659","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":"YWIzMGEwNjkwOWY3ZjBiZGM2OTZiZDlmOTYwZDRkNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a61370d-f2b4-4e59-94d8-f2cf150892f8","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":"MmFhODdmODYxOTc5ODRkNzZhZWFhYzA5ZDdkYzBiNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6f79d68-162f-4991-89e2-bb38f2e21000","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":"46d76b81-1228-4ee1-abb1-2180a80e4a24","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":"af2f06e0-7044-4ec8-9381-777d2af32aa7","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":"ee0a1014-6030-4641-bb7e-ff82cc52bfe1","artifactVersion":"2","generatedFromUUID":"46d76b81-1228-4ee1-abb1-2180a80e4a24"},{"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":"MTVhZDQ4OTI4N2QzMDJiOWRjZDRiMjE3M2UyNjFlMDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2e034961-2107-4ab0-bf1b-47e20fc7db02","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":"YmRjMDUyMGYyMmVlZWRlYjY4YmQzZjczNTg4YjNkNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b8ac8dc-2a77-4670-a5eb-996695e81634","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGNiZDc4M2MxYTY5MDVlZWYwODliNTFhY2NlMzJmZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc2d01f5-c779-4329-96ba-5e3b3f077fb4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T04:29:49.789Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:49.789Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:49.789Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:49.789Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:50.791Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:50.791Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:50.791Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:50.792Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:51.793Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:51.794Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:51.794Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:51.794Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:52.796Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:52.797Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:52.797Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:52.797Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:53.799Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:53.800Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:53.800Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:53.800Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:54.802Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:54.802Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:54.803Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:54.803Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:29:55.804Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:55.805Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:55.805Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:55.805Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:29:56.806Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:29:56.806Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:56.806Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:56.806Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:29:57.811Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "578e00d7-6571-416f-9d46-83eeb04fb260",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7398286-dc99-4a0c-8a9e-9c77e0840f8c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8413e1ff-7722-4ed5-86f5-64ab65e5d659",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dccb5971-63c5-4caa-80c9-440403ed4412",
      "resourceInvariantUUID": "cfbe11a1-a2bb-4a9a-8e03-c776924a5e14",
      "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": "MmFhODdmODYxOTc5ODRkNzZhZWFhYzA5ZDdkYzBiNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b6f79d68-162f-4991-89e2-bb38f2e21000",
          "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": "46d76b81-1228-4ee1-abb1-2180a80e4a24",
          "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": "ee0a1014-6030-4641-bb7e-ff82cc52bfe1",
            "generatedFromUUID": "46d76b81-1228-4ee1-abb1-2180a80e4a24"
          },
          "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": "ee0a1014-6030-4641-bb7e-ff82cc52bfe1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGNiZDc4M2MxYTY5MDVlZWYwODliNTFhY2NlMzJmZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc2d01f5-c779-4329-96ba-5e3b3f077fb4"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T04:29:57.813Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T04:29:57.813Z|f945ca7a-c691-4aff-a483-a02b474a98ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 578e00d7-6571-416f-9d46-83eeb04fb260 ASDC
2023-01-26T04:29:57.813Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5142f0cc-0241-4e84-9fc1-9523244514b8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:578e00d7-6571-416f-9d46-83eeb04fb260
ServiceInvariantUUID:c7398286-dc99-4a0c-8a9e-9c77e0840f8c
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:bc2d01f5-c779-4329-96ba-5e3b3f077fb4
ArtifactChecksum:MGNiZDc4M2MxYTY5MDVlZWYwODliNTFhY2NlMzJmZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8413e1ff-7722-4ed5-86f5-64ab65e5d659
ResourceInvariantUUID:cfbe11a1-a2bb-4a9a-8e03-c776924a5e14
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dccb5971-63c5-4caa-80c9-440403ed4412
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:b6f79d68-162f-4991-89e2-bb38f2e21000
ArtifactChecksum:MmFhODdmODYxOTc5ODRkNzZhZWFhYzA5ZDdkYzBiNjQ=
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:46d76b81-1228-4ee1-abb1-2180a80e4a24
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:ee0a1014-6030-4641-bb7e-ff82cc52bfe1
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:ee0a1014-6030-4641-bb7e-ff82cc52bfe1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-26T04:29:57.814Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 578e00d7-6571-416f-9d46-83eeb04fb260 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-01-26T04:29:57.878Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:29:57.878Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:29:57.878Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:29:57.879Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc2d01f5-c779-4329-96ba-5e3b3f077fb4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-26T04:29:57.879Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:29:57.879Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-26T04:29:57.979Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:29:57.981Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bc2d01f5-c779-4329-96ba-5e3b3f077fb4 83013
2023-01-26T04:29:57.981Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:29:57.981Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-26T04:29:57.981Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:29:57.982Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:29:57.982Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:29:57.982Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707397981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:29:58.984Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:29:58.984Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:29:58.985Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bc2d01f5-c779-4329-96ba-5e3b3f077fb4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-26T04:29:58.985Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-26T04:29:58.986Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-26T04:29:58.986Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-26T04:29:59.129Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP416759675693594170/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-01-26T04:30:00.200Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.211Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-BasicVmMacro-csar.csar
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:00.212Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:30:00.213Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-26T04:30:00.214Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:00.215Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:00.216Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41fa8e15-d467-47b1-9f41-aa4bcd6be2df
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.217Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:00.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:578e00d7-6571-416f-9d46-83eeb04fb260
Model Version:NULL
Model InvariantUuid:c7398286-dc99-4a0c-8a9e-9c77e0840f8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:87f3ef1b-78f6-4a0a-9873-757547141d17
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cfbe11a1-a2bb-4a9a-8e03-c776924a5e14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8413e1ff-7722-4ed5-86f5-64ab65e5d659
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3946337d-23c4-4c12-ba39-a4e783177ffc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:287629bc-6e09-488d-ab34-4d6350445b1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41fa8e15-d467-47b1-9f41-aa4bcd6be2df
ModelInvariantUuid:25569720-779c-4f29-a698-5f8afa19cd1f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:25de9ca5-d31f-4346-8e1d-a00d80ada8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3e582340-5c6d-4c93-979c-6a5dc1985d99
ModelInvariantUuid:8905842f-2d1e-4a3f-8bd1-c7e4ae161ba0
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2cd69691-3f54-4c69-8248-c6b2509b2722
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-01-26T04:30:00.229Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dccb5971-63c5-4caa-80c9-440403ed4412
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-01-26T04:30:00.232Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-01-26T04:30:00.232Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dccb5971-63c5-4caa-80c9-440403ed4412
2023-01-26T04:30:00.232Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6f79d68-162f-4991-89e2-bb38f2e21000 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-26T04:30:00.232Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:30:00.233Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:00.308Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b6f79d68-162f-4991-89e2-bb38f2e21000 792
2023-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:00.309Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707400309,
  "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-01-26T04:30:01.310Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3946337d-23c4-4c12-ba39-a4e783177ffc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "287629bc-6e09-488d-ab34-4d6350445b1d",
    "vfModuleModelCustomizationUUID": "9d8324a8-dcce-4768-836f-21cfd5461c41",
    "isBase": true,
    "artifacts": [
      "46d76b81-1228-4ee1-abb1-2180a80e4a24",
      "ee0a1014-6030-4641-bb7e-ff82cc52bfe1"
    ],
    "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-01-26T04:30:01.313Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:287629bc-6e09-488d-ab34-4d6350445b1d
VfModuleModelInvariantUUID:3946337d-23c4-4c12-ba39-a4e783177ffc
VfModuleModelDescription:NULL
Artifacts UUID List:{
46d76b81-1228-4ee1-abb1-2180a80e4a24
,
ee0a1014-6030-4641-bb7e-ff82cc52bfe1

}
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-01-26T04:30:01.314Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3946337d-23c4-4c12-ba39-a4e783177ffc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "287629bc-6e09-488d-ab34-4d6350445b1d",
    "vfModuleModelCustomizationUUID": "9d8324a8-dcce-4768-836f-21cfd5461c41",
    "isBase": true,
    "artifacts": [
      "46d76b81-1228-4ee1-abb1-2180a80e4a24",
      "ee0a1014-6030-4641-bb7e-ff82cc52bfe1"
    ],
    "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-01-26T04:30:01.315Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:287629bc-6e09-488d-ab34-4d6350445b1d
VfModuleModelInvariantUUID:3946337d-23c4-4c12-ba39-a4e783177ffc
VfModuleModelDescription:NULL
Artifacts UUID List:{
46d76b81-1228-4ee1-abb1-2180a80e4a24
,
ee0a1014-6030-4641-bb7e-ff82cc52bfe1

}
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-01-26T04:30:01.315Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46d76b81-1228-4ee1-abb1-2180a80e4a24 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-26T04:30:01.315Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:30:01.315Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:01.461Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:30:01.462Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 46d76b81-1228-4ee1-abb1-2180a80e4a24 5033
2023-01-26T04:30:01.462Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:01.462Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:01.462Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:30:01.463Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:01.463Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:01.463Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707401462,
  "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-01-26T04:30:02.464Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee0a1014-6030-4641-bb7e-ff82cc52bfe1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-26T04:30:02.464Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:30:02.464Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:02.548Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:30:02.548Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ee0a1014-6030-4641-bb7e-ff82cc52bfe1 903
2023-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:02.549Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707402549,
  "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-01-26T04:30:03.550Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 578e00d7-6571-416f-9d46-83eeb04fb260
2023-01-26T04:30:03.550Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dccb5971-63c5-4caa-80c9-440403ed4412 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-01-26T04:30:04.218Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@603670b4, org.onap.sdc.toscaparser.api.parameters.Input@25c98529, org.onap.sdc.toscaparser.api.parameters.Input@4fa16255, org.onap.sdc.toscaparser.api.parameters.Input@2fe73def, org.onap.sdc.toscaparser.api.parameters.Input@7c874b77]
2023-01-26T04:30:04.219Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.220Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.220Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-26T04:30:04.220Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8413e1ff-7722-4ed5-86f5-64ab65e5d659
2023-01-26T04:30:04.221Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8413e1ff-7722-4ed5-86f5-64ab65e5d659 matches Tosca VF Customization UUID: 8413e1ff-7722-4ed5-86f5-64ab65e5d659
2023-01-26T04:30:04.221Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8413e1ff-7722-4ed5-86f5-64ab65e5d659  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-01-26T04:30:04.223Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.223Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.224Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8413e1ff-7722-4ed5-86f5-64ab65e5d659: {\"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-01-26T04:30:04.224Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@476755a8
2023-01-26T04:30:04.224Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.225Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-26T04:30:04.225Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d8324a8-dcce-4768-836f-21cfd5461c41
2023-01-26T04:30:04.226Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d8324a8-dcce-4768-836f-21cfd5461c41
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-01-26T04:30:04.229Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.229Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:04.229Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:04.230Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.230Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:04.230Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:04.231Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.231Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-26T04:30:04.231Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-26T04:30:04.231Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-26T04:30:04.231Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41fa8e15-d467-47b1-9f41-aa4bcd6be2df
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-01-26T04:30:04.234Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.234Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:04.234Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-26T04:30:04.234Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.235Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-26T04:30:04.235Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8413e1ff-7722-4ed5-86f5-64ab65e5d659
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-01-26T04:30:04.236Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 578e00d7-6571-416f-9d46-83eeb04fb260: basic_vm_macro
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.237Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:04.238Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:04.378Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dccb5971-63c5-4caa-80c9-440403ed4412 1 ASDC deployResourceStructure
2023-01-26T04:30:04.378Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:04.379Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:04.379Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:30:04.379Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:04.379Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:04.379Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707404378,
  "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-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:05.381Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707405381,
  "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-01-26T04:30:05.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707290759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707257162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707305036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707306782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707306112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707307173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707300366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.431Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707308199,
  "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-01-26T04:30:05.440Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5142f0cc-0241-4e84-9fc1-9523244514b8
2023-01-26T04:30:05.440Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5142f0cc-0241-4e84-9fc1-9523244514b8 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-01-26T04:30:05.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.452Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707308471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707309201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.453Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707315798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.454Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707316799,
  "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-01-26T04:30:05.463Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5142f0cc-0241-4e84-9fc1-9523244514b8
2023-01-26T04:30:05.463Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5142f0cc-0241-4e84-9fc1-9523244514b8 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-01-26T04:30:05.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.477Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707315058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707323882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.481Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.482Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.483Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707326172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.485Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.485Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707327180,
  "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-01-26T04:30:05.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5142f0cc-0241-4e84-9fc1-9523244514b8
2023-01-26T04:30:05.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5142f0cc-0241-4e84-9fc1-9523244514b8 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-01-26T04:30:05.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.504Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707307788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674707310213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674707335082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707330364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707339474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707343752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:30:05.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "aai-model-loader",
  "timestamp": 1674707344755,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:30:05.538Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f527650-b1f3-4eca-84c9-a99794aac254
2023-01-26T04:30:05.538Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f527650-b1f3-4eca-84c9-a99794aac254 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-01-26T04:30:06.383Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:06.383Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||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-01-26T04:30:06.383Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:30:06.384Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:06.384Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:06.384Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707406383,
  "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-01-26T04:30:07.385Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:30:07.386Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-26T04:30:07.386Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:30:07.386Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:07.386Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:07.386Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707407385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:08.388Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5142f0cc-0241-4e84-9fc1-9523244514b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:30:08.401Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5142f0cc-0241-4e84-9fc1-9523244514b8
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-01-26T04:30:08.403Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:30:08.403Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:30:08.404Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-01-26T04:30:08.410Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T04:30:38.411Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5142f0cc-0241-4e84-9fc1-9523244514b8 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-01-26T04:30:38.420Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5142f0cc-0241-4e84-9fc1-9523244514b8 and serviceModelVersionId: 578e00d7-6571-416f-9d46-83eeb04fb260
2023-01-26T04:30:38.421Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7398286-dc99-4a0c-8a9e-9c77e0840f8c
2023-01-26T04:30:38.421Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?depth=0
2023-01-26T04:30:38.426Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T04:30:38.473Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?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-01-26T04:30:38.474Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?depth=0|INFO|500||Invoke
2023-01-26T04:30:38.478Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T04:30:38.571Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?depth=0|INFO|500||InvokeReturn
2023-01-26T04:30:38.572Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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/c7398286-dc99-4a0c-8a9e-9c77e0840f8c/model-vers/model-ver/578e00d7-6571-416f-9d46-83eeb04fb260?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 04:30:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[90], vertex-id=[516120], x-aai-txid=[0-aai-resources-230126-04:30:39:719-16655], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T04:30:38.572Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-26T04:30:38.573Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T04:30:38.573Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-01-26T04:30:38.580Z|5142f0cc-0241-4e84-9fc1-9523244514b8|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-01-26T04:30:38.580Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5142f0cc-0241-4e84-9fc1-9523244514b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T04:30:38.580Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T04:30:38.581Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:38.581Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:38.581Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707438580,
  "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-01-26T04:30:39.597Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-26T04:30:39.597Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5f527650-b1f3-4eca-84c9-a99794aac254","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8668affb-2373-4605-87bf-bcca6d4f68bc","serviceDescription":"service","serviceInvariantUUID":"1946a934-62de-47f5-b1f4-06b2d38fc8ff","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dfb1336d-6a8a-4103-ab90-ca0e921ed0d2","resourceInvariantUUID":"b8469c8f-e0b8-4426-bc53-067a0ef98207","resourceCustomizationUUID":"1e101967-18dd-44f1-9a5c-7efbcc3b5c65","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":"MzdkOGY4NzJhNjI1ZWMzYjY1YzcxY2YxNDZjOWUwMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28cb2c92-3d31-4cd7-bfb7-9278b01425f1","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":"1e9a4789-cfc4-41b7-aa39-a133de779d59","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":"e1b863ae-dca4-4601-bdd1-c451bec532c8","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":"ODBhMDViMWQzN2U2MmM3MTFhY2VjMDJiYTE4YjU4M2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"adbcd404-0b28-4e36-b06f-d1376f4840f2","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":"10c9b318-9a1c-4839-b3e1-0b93a34ab77a","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":"c164e613-f0a3-4183-8103-36204749e126","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":"22094735-d961-42d7-9424-e48820c24472","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":"NjUzOTBhMzE0ZTYyNDIyNDY0Yjg2MjI1NmY0MjAyMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed577d47-f959-4e8e-ac37-08522e8ba6dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmFjZDI0MTVjZjllZmJhYjUxNTNhODQ2Y2RiYjlmZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"979dd705-a9e4-4fd2-ad0b-d78714ce76f0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-26T04:30:39.598Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:39.598Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:39.598Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:39.598Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:30:40.599Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:40.599Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:40.600Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:40.600Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:41.601Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:41.601Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:41.601Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:41.602Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:42.603Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:42.603Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:42.603Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:42.603Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:30:43.604Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:43.604Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:43.604Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:43.605Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:30:44.605Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:44.606Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:44.606Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:44.606Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:30:45.606Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:45.607Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:45.607Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:45.607Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "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-01-26T04:30:46.608Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:46.608Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:46.608Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:46.608Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:47.609Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-26T04:30:47.609Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:47.609Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:47.610Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:48.611Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8668affb-2373-4605-87bf-bcca6d4f68bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1946a934-62de-47f5-b1f4-06b2d38fc8ff",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1e101967-18dd-44f1-9a5c-7efbcc3b5c65",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dfb1336d-6a8a-4103-ab90-ca0e921ed0d2",
      "resourceInvariantUUID": "b8469c8f-e0b8-4426-bc53-067a0ef98207",
      "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": "YmFjZDI0MTVjZjllZmJhYjUxNTNhODQ2Y2RiYjlmZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "979dd705-a9e4-4fd2-ad0b-d78714ce76f0"
    }
  ],
  "workloadContext": "Production"
}
2023-01-26T04:30:48.611Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-26T04:30:48.611Z|5142f0cc-0241-4e84-9fc1-9523244514b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8668affb-2373-4605-87bf-bcca6d4f68bc ASDC
2023-01-26T04:30:48.611Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5f527650-b1f3-4eca-84c9-a99794aac254
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8668affb-2373-4605-87bf-bcca6d4f68bc
ServiceInvariantUUID:1946a934-62de-47f5-b1f4-06b2d38fc8ff
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:979dd705-a9e4-4fd2-ad0b-d78714ce76f0
ArtifactChecksum:YmFjZDI0MTVjZjllZmJhYjUxNTNhODQ2Y2RiYjlmZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1e101967-18dd-44f1-9a5c-7efbcc3b5c65
ResourceInvariantUUID:b8469c8f-e0b8-4426-bc53-067a0ef98207
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dfb1336d-6a8a-4103-ab90-ca0e921ed0d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-26T04:30:48.612Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8668affb-2373-4605-87bf-bcca6d4f68bc 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-01-26T04:30:48.639Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:30:48.640Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:30:48.640Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:30:48.640Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 979dd705-a9e4-4fd2-ad0b-d78714ce76f0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-26T04:30:48.640Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-26T04:30:48.641Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-26T04:30:48.745Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-26T04:30:48.747Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 979dd705-a9e4-4fd2-ad0b-d78714ce76f0 111102
2023-01-26T04:30:48.747Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:30:48.747Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-26T04:30:48.747Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-26T04:30:48.748Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:48.748Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:48.748Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707448747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:49.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-26T04:30:49.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-26T04:30:49.750Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 979dd705-a9e4-4fd2-ad0b-d78714ce76f0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-26T04:30:49.750Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-26T04:30:49.751Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-26T04:30:49.751Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-26T04:30:49.853Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5684546512859584135/Definitions/service-TestPnfMacro-template.yml
2023-01-26T04:30:50.659Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-26T04:30:50.660Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:30:50.660Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-26T04:30:50.660Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-26T04:30:50.660Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.660Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||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-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-TestPnfMacro-csar.csar
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.661Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.662Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-26T04:30:50.662Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:30:50.662Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:30:50.662Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.662Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.663Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.664Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.665Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8668affb-2373-4605-87bf-bcca6d4f68bc
Model Version:NULL
Model InvariantUuid:1946a934-62de-47f5-b1f4-06b2d38fc8ff
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-01-26T04:30:50.676Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dfb1336d-6a8a-4103-ab90-ca0e921ed0d2
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-01-26T04:30:50.679Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-01-26T04:30:50.679Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dfb1336d-6a8a-4103-ab90-ca0e921ed0d2
2023-01-26T04:30:50.679Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8668affb-2373-4605-87bf-bcca6d4f68bc
2023-01-26T04:30:50.679Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8668affb-2373-4605-87bf-bcca6d4f68bc
2023-01-26T04:30:50.680Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dfb1336d-6a8a-4103-ab90-ca0e921ed0d2 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-01-26T04:30:50.685Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c8ab59c, org.onap.sdc.toscaparser.api.parameters.Input@1615df92, org.onap.sdc.toscaparser.api.parameters.Input@6c4db1d0, org.onap.sdc.toscaparser.api.parameters.Input@2d8ea327, org.onap.sdc.toscaparser.api.parameters.Input@74f1c55f]
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8668affb-2373-4605-87bf-bcca6d4f68bc: test-pnf
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Processing PNF resource: dfb1336d-6a8a-4103-ab90-ca0e921ed0d2
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-26T04:30:50.686Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-26T04:30:50.687Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1e101967-18dd-44f1-9a5c-7efbcc3b5c65 is the same as notified resource customizationUUID: 1e101967-18dd-44f1-9a5c-7efbcc3b5c65
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-01-26T04:30:50.727Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dfb1336d-6a8a-4103-ab90-ca0e921ed0d2 0 ASDC deployResourceStructure
2023-01-26T04:30:50.728Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-26T04:30:50.728Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-26T04:30:50.728Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-26T04:30:50.728Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:30:50.729Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:30:50.729Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707450728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:30:51.730Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f527650-b1f3-4eca-84c9-a99794aac254
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:30:51.747Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f527650-b1f3-4eca-84c9-a99794aac254
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-01-26T04:30:51.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:30:51.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T04:30:51.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-26T04:30:51.749Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-26T04:31:05.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:31:05.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.422Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707345058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707354799,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707356744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674707357747,
  "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-01-26T04:31:05.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f527650-b1f3-4eca-84c9-a99794aac254
2023-01-26T04:31:05.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f527650-b1f3-4eca-84c9-a99794aac254 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-01-26T04:31:05.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.445Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f945ca7a-c691-4aff-a483-a02b474a98ef",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707388764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-26T04:31:05.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.448Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707397981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.449Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707400309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707401462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707402549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707404378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707405381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-26T04:31:05.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:31:21.750Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f527650-b1f3-4eca-84c9-a99794aac254
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-26T04:31:21.763Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f527650-b1f3-4eca-84c9-a99794aac254
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-01-26T04:31:21.765Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-26T04:31:21.765Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-26T04:31:21.765Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-26T04:31:21.766Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-26T04:31:21.766Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:31:21.766Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:31:21.766Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-26T04:31:21.766Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-01-26T04:31:21.774Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-26T04:31:51.774Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f527650-b1f3-4eca-84c9-a99794aac254 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-01-26T04:31:51.784Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f527650-b1f3-4eca-84c9-a99794aac254 and serviceModelVersionId: 8668affb-2373-4605-87bf-bcca6d4f68bc
2023-01-26T04:31:51.784Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1946a934-62de-47f5-b1f4-06b2d38fc8ff
2023-01-26T04:31:51.785Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0
2023-01-26T04:31:51.790Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-26T04:31:51.824Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0|INFO|500||Invoke
2023-01-26T04:31:51.825Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f527650-b1f3-4eca-84c9-a99794aac254], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5767a889-cd6d-4544-aa3d-9289e752765d], X-ECOMP-RequestID=[5f527650-b1f3-4eca-84c9-a99794aac254], X-TransactionId=[], X-ONAP-RequestID=[5f527650-b1f3-4eca-84c9-a99794aac254], Content-Type=[application/merge-patch+json]}
2023-01-26T04:31:51.832Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-26T04:31:51.919Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?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/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0 has http status code:200 and response headers:{date=[Thu, 26 Jan 2023 04:31:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[77], vertex-id=[315632], x-aai-txid=[2-aai-resources-230126-04:31:53:079-96613], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-26T04:31:51.920Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-26T04:31:51.920Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1946a934-62de-47f5-b1f4-06b2d38fc8ff/model-vers/model-ver/8668affb-2373-4605-87bf-bcca6d4f68bc?depth=0|INFO|500||InvokeReturn
2023-01-26T04:31:51.920Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-26T04:31:51.921Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-01-26T04:31:51.925Z|5f527650-b1f3-4eca-84c9-a99794aac254|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-01-26T04:31:51.925Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f527650-b1f3-4eca-84c9-a99794aac254 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-26T04:31:51.926Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-26T04:31:51.926Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-26T04:31:51.926Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-26T04:31:51.926Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707511926,
  "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-01-26T04:31:52.939Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:32:05.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:32:05.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.422Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707406383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707407385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5142f0cc-0241-4e84-9fc1-9523244514b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707438580,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.424Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.425Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707389782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707448747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707450728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-26T04:32:05.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:32:52.940Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:33:05.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:33:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-26T04:33:05.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f527650-b1f3-4eca-84c9-a99794aac254",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674707511926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-26T04:33:05.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-26T04:33:52.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:34:05.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:34:52.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:35:05.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:35:52.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:36:05.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:36:52.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:37:05.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:37:52.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:38:05.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:38:52.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:39:05.426Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:39:52.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:40:05.426Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:40:52.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:41:05.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:41:52.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:42:05.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:42:52.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:43:05.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:43:52.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:44:05.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:44:52.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:45:05.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:45:52.947Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:46:05.431Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:46:52.948Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:47:05.431Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:47:52.950Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:48:05.433Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:48:52.950Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:49:05.433Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:49:52.950Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:50:05.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:50:52.952Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:51:05.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:51:52.953Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:52:05.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:52:52.954Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:53:05.437Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:53:52.956Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:54:05.438Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:54:52.956Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:55:05.439Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:55:52.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:56:05.439Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:56:52.959Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:57:05.440Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:57:52.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:58:05.442Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:58:52.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T04:59:05.443Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T04:59:52.964Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:00:05.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:00:52.965Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:01:05.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:01:52.966Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:02:05.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:02:52.967Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:03:05.447Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:03:52.968Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:04:05.449Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:04:52.969Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:05:05.450Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:05:52.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:06:05.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:06:52.971Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:07:05.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:07:52.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:08:05.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:08:52.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:09:05.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:09:52.973Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:10:05.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:10:52.975Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:11:05.455Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:11:52.977Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:12:05.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:12:52.977Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:13:05.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:13:52.979Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:14:05.457Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:14:52.980Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:15:05.457Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:15:52.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:16:05.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:16:52.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:17:05.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:17:52.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:18:05.459Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:18:52.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:19:05.460Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:19:52.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:20:05.461Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:20:52.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:21:05.462Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:21:52.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:22:05.462Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:22:52.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:23:05.463Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:23:52.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:24:05.464Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:24:52.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:25:05.465Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:25:52.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:26:05.466Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:26:52.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:27:05.467Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:27:52.997Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:28:05.468Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:28:52.998Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:29:05.468Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:29:52.999Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:30:05.469Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:30:53.003Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:31:05.470Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:31:53.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:32:05.471Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:32:53.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:33:05.471Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:33:53.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:34:05.472Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:34:53.008Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:35:05.473Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:35:53.008Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:36:05.473Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:36:53.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:37:05.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:37:53.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:38:05.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:38:53.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:39:05.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:39:53.014Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:40:05.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:40:53.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:41:05.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:41:53.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:42:05.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:42:53.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:43:05.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:43:53.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:44:05.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:44:53.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:45:05.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:45:53.020Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:46:05.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:46:53.021Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:47:05.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:47:53.022Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:48:05.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:48:53.024Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:49:05.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:49:53.025Z|853f1a2b-7b63-4830-b4c7-341c702c4b66|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:50:05.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:50:53.026Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:51:05.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:51:53.028Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:52:05.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:52:53.028Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:53:05.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:53:53.029Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:54:05.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:54:53.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:55:05.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:55:53.031Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:56:05.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:56:53.032Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:57:05.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:57:53.034Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:58:05.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:58:53.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T05:59:05.491Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T05:59:53.037Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:00:05.491Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:00:53.038Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:01:05.492Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:01:53.040Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:02:05.493Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:02:53.041Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:03:05.495Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:03:53.042Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:04:05.495Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:04:53.042Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:05:05.497Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:05:53.044Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:06:05.497Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:06:53.045Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:07:05.497Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:07:53.045Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:08:05.499Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:08:53.046Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:09:05.500Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:09:53.047Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:10:05.501Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:10:53.047Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:11:05.501Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:11:53.049Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:12:05.503Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:12:53.051Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:13:05.504Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:13:53.052Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:14:05.504Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:14:53.053Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:15:05.505Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:15:53.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:16:05.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:16:53.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:17:05.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:17:53.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:18:05.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:18:53.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:19:05.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:19:53.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:20:05.509Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:20:53.058Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:21:05.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:21:53.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:22:05.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:22:53.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:23:05.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:23:53.060Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:24:05.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:24:53.062Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:25:05.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:25:53.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:26:05.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:26:53.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:27:05.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:27:53.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:28:05.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:28:53.065Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:29:05.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:29:53.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:30:05.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:30:53.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:31:05.519Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:31:53.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:32:05.520Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:32:53.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:33:05.521Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:33:53.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:34:05.522Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:34:53.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:35:05.523Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:35:53.073Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:36:05.524Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:36:53.074Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:37:05.524Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:37:53.074Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:38:05.524Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:38:53.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:39:05.525Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:39:53.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:40:05.525Z|5f527650-b1f3-4eca-84c9-a99794aac254|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:40:53.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:41:05.527Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:41:53.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:42:05.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:42:53.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:43:05.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:43:53.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:44:05.529Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:44:53.078Z|ec83b2eb-e29c-4ffc-8286-9ffc58635bf0|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:45:05.530Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:45:53.079Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:46:05.530Z|8d3fc212-8e3d-4202-93f7-3edeb935001a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:46:53.080Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:47:05.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:47:53.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:48:05.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:48:53.081Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:49:05.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:49:53.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:50:05.534Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:50:53.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:51:05.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:51:53.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:52:05.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:52:53.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:53:05.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:53:53.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:54:05.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:54:53.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:55:05.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-26T06:55:53.084Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26T06:56:05.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO